Hello Everyone,
I want to create Application that should be handle by BPMN process model, so how can be it possible.
Can i create it with the help of workflow builder Or CMF(BPT) ??
Any suggestions will help me more.
Hi Prashant,
OutSystems has its own business processing modeling implementation called BPT.
You can learn more about it here: https://learn.outsystems.com/training/journeys/business-processes-589
Workflow builder actually generates an OutSystems application using BPT, and focuses on simple approve/reject kind of workflow processes.
The Case Management Framework is also built on top of BPT, but implements a lot of case management related features out-of-the-box for you.
So the core implementation of a BPM is always done by BPT, depending on your use case you could consider using the workflow builder (simple use cases) or the CMF (case management use cases).
Regards,
Daniel
Hello @Prashant Gautam,
Please refer the below documentation and posts.
https://success.outsystems.com/documentation/best_practices/development/notation_reference_for_bpmn_practitioners/?
https://www.outsystems.com/forums/discussion/50492/a-sample-of-bpms/
https://www.outsystems.com/forums/discussion/92759/seeking-guidance-on-adapting-bpmn-notations-in-outsystems-bpt-cmf/
Thanks,
Sachin
Hello @Sachin Waghmare
I saw that alreday,but i am till bit confuse about this.
so can you plz tell me can we create BPMN based application in outsytems like camunda does
OutSystems doesn't work like Camunda. You will have to folllow the training material share here by me and others for better understanding on how to implement BPM using OutSystems BPT.
LOL .
Hi Prashant Gautam,
You can use the BPT of OS to create the app.
Below is the link which will help you to map BPMN in OS:
https://success.outsystems.com/documentation/best_practices/development/notation_reference_for_bpmn_practitioners/
Amreen
Thanks for your valuable time.