Hello there!
I'm currently facing a challenge in adapting BPMN notations within OutSystems BPT/CMF. Could anyone provide insights or guidance on replacing the functionality of these notations? I have attached relevant files for reference.
Thank you in advance for your assistance!
Hi Abhishek,For Inclusive you can divide your flow with the "if" widget. And for Parallel, I don't think OutSystems BPT has this feature, As per my knowledge you can only run a single flow at a time. But with other logic, we might achieve the result.Please provide more details of your requirement.Regards,
Hi Abhishek,
In the following document if is described how to implement parallel avtivities:
https://success.outsystems.com/documentation/11/developing_an_application/use_processes_bpt/patterns_for_designing_processes/designing_parallel_activities/
For the inclusive action you use the if(condition) activity as documented here:
https://success.outsystems.com/documentation/11/developing_an_application/use_processes_bpt/patterns_for_designing_processes/designing_conditional_paths/
Regards,
Daniel