Hi Joget Gurus, hope everything is going well for you, I really need your help!
Textual description
- Start process A
- Activity 1 (Complete ‘’Creation’’ form)
- Activity 2 (Complete ‘’Planning’’ form)
- Start subflow/subprocess (Process B) with actual parameter/WF variable (statusA)
and subflow parameter/WF variable (statusB)
- Activity 1 (Complete ‘’Creation’’ form)
- Activity 2 (Complete ‘’Task assignation ’’ form
// I would like to loop these activities (1-2) with a checkbox or any other form field linked to a wf variable (‘’another’’)
to create as much (task for example) as I need to (Each task having its own ID and following to the next activities
(2-3-4-5 below) in the workflow) until I uncheck the box// for now I've tried to make the subflow start itself as a subflow
- Activity 3 (Complete ‘’Task completion’’ form)
- Activity 4 (Complete ‘’Task summary’’ report)
- End subflow (Task)
- Activity 4 (Acknowledge)
- End of Process A
Graphic Description
Process A
Process B
Thank You in advance for your help!
Have a nice day!
{"serverDuration": 213, "requestCorrelationId": "a354320acfefc2d0"}
2 Comments
Hugo
Hi March,
Nice design there. I didn't quite get your question since you have all your process designed out already. What is your current challenges?
You may want to consider this design as well in your development - Multiple Approval
Cheers
Riocold
I'm doing something similar but I haven't been able to create multiple children subprocess. How can I achieve that? Is it possible?