Questions from My Session

Hello people

Post your question here

Hi Niall, your sessions were really amazing. i got a question. How can i iterate a data/value from list which sent via call activity task.

Assume my CallActivity Task sends list with 4 more values to called process bpmn. where it creates 4 instances. each instances has different values such as name, timer & etc. how my called element will differentiate this values & iterates. how can i set it in process engine Variables ? i tried to set it in script task [ execution.setVariable(‘Timer’,myIterateVariable) ] but it thrown expected.In future usertask [ Parallel Not Sequence ] may have timer event for all the stage. based on the timer i send reminder mails to the user. Each stage how can i differentiate timer which are different values.