How to create multiple sub-workflow

0
Hi I'm trying to implement a parent workflow called 'Request' in my domain model. This request can have multiple child workflows labeled as 'Label'. For instance, if I have three labels, I'd need to create three separate sub-workflows. I've successfully created these sub-workflows, but they're missing owners. They're generated through a microflow activity that iterates over the request to fetch labels and calls the 'Call Workflow' activity within the loop. The issue is that I don't have access to the parent workflow from within the sub-workflows, making it impossible to view the parent workflow's activities in the Snip User Task Timeline. Could you please assist me in resolving this challenge?
asked
1 answers
1

Hi  AndrĂ© Silva

 

While creating sub-workflows, assign owners by:

  • Fetching them from the parent workflow or its associated data.
  • Passing the owner reference to the "Call Workflow" activity.
answered