Hello Everyone,
TeamSite 7.5.0.1/Linux
I'm trying to execute a simple java class through Workflow Modeler. Here is what I did.
1) Create a WF with usertask & urltask
2) Configure urltask - uri is set to http://localhost/iw-cc/urlexternaltask & ClassName is set
3) Copied java class to local\config\lib\content_center\customer_src\src (with package structure)
4) Ran make_toolkit.ipl. I see .class in customer.jar (standalone/deployments directory) and has correct permissions.
When I initiate workflow it hangs at urltask and this is what observed so far.
iwevents.log is updated with TaskInvokeExternal transition
access.log has "POST /iw-cc/urlexternaltask" request.
No errors in server.log & content_center.log found.
If I call http://xxxxxxxxx/iw-cc/urlexternaltask?taskid=**** it goes fine and the job is complete. I changed java class name to see if it throws an error but no luck.
Anyone has an idea on how urlexternaltask command handler initiates custom Java class?