92
Views
4
Comments
Approval workflow
Question
Application Type
Reactive

Hi! I need help in doing my application. I would like to do a simple workflow and approval according to which department user's are. I need the submission to directly triggered the approver for approval or rejection. I am new for Outsystem so I cannot figure it out and I cannot use the forge workflow as it seems mine is not compatible. 

If you have any idea or have build an application with approval system, I would like your help. 

Thank you in advance! 

2025-09-04 06-33-37
Nikhil___Vijay

Hello @Aina Khalidah 

Hi Jaydeep,

This is a sample application in the Forge that can help you understand how to implement it.

You can refer to this forge, which uses the BPT process to streamline the approval process.

https://www.outsystems.com/forge/component-overview/7360/bpt-approval-process-how-to

For more information about Business Process Technology (BPT), please refer to the link below.

https://learn.outsystems.com/training/journeys/async-capabilities-649



Regards,

Nikhil Kumar vijay

2020-11-25 10-45-32
Mostafa Othman
Champion

Hello,

I would like to recommend you some training resources which will help you understand how to create business process in OutSystems (BPT):

https://success.outsystems.com/documentation/11/building_apps/using_processes_bpt/

And this is a video course 

https://learn.outsystems.com/training/journeys/business-processes-589

2024-12-18 16-06-42
Junaid Syed

Hello Aina,

Since you are new to OutSystems before building features using advanced concepts like BPT, I would suggest you to build simple application to simulate the approval workflow. This would give you better understanding of basic concepts and then you can move on to advanced ones. The basic workflow would involve below simple steps:

1. Create a screen to allow user to submit a request. As soon as request is submitted, create a record with appropriate status for instance Pending Approval.

2. Create a screen to display list of all the requests with different statuses. Only users with Approver role will have access to it.

3. Create a screen to see request details with options to change the status, for instance Approve a pending request.

Hope it helps!

Junaid

Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.