Add Call Sub Workflow To MultiStep

  • 16 December 2021
  • 2 replies
  • 16 views

hello 
how to add Call Sub Workflow item to a multi-steps activity containing a task event
I did add it before in a previous process, now when I try to add it to multi step the designer wont allow me to.
it has to be added to the task activity in order to be executed for each user in a group 


The old process where I was able to add it 

21065iBAEA4D3083ADE397.png


the new process where I'm not able to 

21066i641BCBE11298B330.png


 


2 replies

Userlevel 5
Badge +13

Hmmm... I don't recall a version where this was possible. What I have been doing in situations where this is necessary is create a SmartObject that kicks off the necessary sub processes via API and invoke that as needed from the workflow.

Userlevel 3
Badge +9

If you have access to the SmartObject that returns you the list of people in that group then you could use a for-each activity to do the same.


 


Cheers

Reply