Hi Guys,
Reaching out to you for help and guidance. I have been working on workflows and as a part of that effort I have to provide an interface to the Participant to enter some inputs (JIRA ID and Comment). The idea is to take these inputs and integrate with the jira system. I am working with Dialog Participant Step for this effort. I have created a dialog which shows up when a particpant advances the workflow from his inbox. I am not able to tie up this dialog with a java process where I can capture the inputs via metaData object. The post parameters and error is as below.
The POST request params are as below:
cmd=advance
_charset_=utf-8
:status=browser
route-/etc/workflow/instances/2012-01-18/model_237097001523152/workItems/node2_etc_workflo w_instances_2012-01-18_model_237097001523152=261752321
item=/etc/workflow/instances/2012-01-18/model_237097001523152/workItems/node2_etc_workflow _instances_2012-01-18_model_237097001523152
./metaData/jiraId=1234
./metaData/jiraComment=jira%20Comment
./metaData/PROCESS=com.att.ecom.cq.bundle.workflow.CustomWorkflow
./metaData/PROCESS_AUTO_ADVANCE=true
./metaData/PROCESS_AUTO_ADVANCE%40Delete=true
comment-/etc/workflow/instances/2012-01-18/model_237097001523152/workItems/node2_etc_workf low_instances_2012-01-18_model_237097001523152=
Error received: (Per Firebug)
Error while processing /content/geometrixx/en/products/circle
Status | 500 |
Message |
|
Location | /content/geometrixx/en/products/circle |
Parent Location | /content/geometrixx/en/products |
Path | /content/geometrixx/en/products/circle |
Referer | http://dhruva.admin.cingular.net:7001/shopcms/libs/cq/workflow/content/inbox.html |
ChangeLog |
Modified Resource
Parent of Modified Resource
Please let me know if my approch is right in doing it this way, if not need some advice on the alternate approch. I could not get any documentation on DialogParticipant Step. Any references to it would help.
Thanks & Regards
Rama.