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 problem, making it scalable for future, is exploiting logs.The log
structure is like "Action_count , Flag_export".Every small workflow when
ends it's activities, increments by one the Action_count and than ...