Hi Wodnicki,thank you for your reply.I would avoid to combine all the small wf (not too small, but smaller than the main one) into a big one because if they fail their execution I have to restart each of them manually and keep monitoring them until their end.For this case, this solution seems to be ...
Hi Florian,thank you very much for your advice and so your time. I really like your solution but this way every time I want to develop a new "small" wf, I have to add to the "main" one the signal and the js activities. Like the another solution I found (every "small" wf at its end calls the followin...
Hi all,I have to start a technical workflow, which exports data to CRM, after other smaller workflows end their activities.The smaller workflows update data internally, so I have to export data to CRM only after all these technical workflows end their updates.The best way I find to solve this proble...