Level 2
April 22, 2016
Solved
How to find participants assigned to participant step in previous process step.
- April 22, 2016
- 2 replies
- 1545 views
Hi All,
This is regarding a problem i am facing in the workflow, i have attached the screen-shot of the workflow which i have created PFA.
In the workflow 'Email to Approver' is a process step, i have created EmailProcessStep.Java class implmenting WorkflowProcess interface to handle this step, 'Validate Content' is a participant step.
I want to know the user/group attached to 'Validate Content' participant step in EmailProcessStep class.
I tried to get it using List<WorkItem>list = item.getWorkflow().getWorkItems(), but it is returning an empty list.
Can anybody tell how to find?
Thanks in advance,
Rgards,
Pavan Bukka.