Persist Data between process step and participant step
Hello ,
I have a sequential workflow
1. Process Step (Custom Process step)
2. Participant Step (Custom participant step returning group name)
3.Process step(Approval step)
- A) I am not able to send data between steps 2 and 3, but am able to send data between steps 1 and 2
I have made use of workflowData.getMetaDataMap().get("groupPath") and workflowData.getMetaDataMap().put("groupPath","test");
- B) Is there a way to identify which user , and users profile , who has approved the payload?
Please let me know.