📄️ Step One
When a project is created in the development interface, the Flow Starter 1 object is available on the flow screen that comes up by default. And this object comes with Send and Cancel events attached as action buttons.
📄️ Step Two
When the user who initiated the flow fills out and submits the form, the flow is prompted to fall to the person in the "Proxy User" field selected on the form.
📄️ Step Three
In this step, the flow must fall to the administrator of the person who initiated the flow, after the "Proxy User" gives approval. Since this user's administrator will be dynamically assigned according to the user who started the flow, in the previous step, we put an Assignment object that will assign an administrator after the "Proxy User" step. After the Assignment object that will assign the manager, a Position object to which the manager will be assigned is placed in the flow.
📄️ Step Four
Step # Four
📄️ Step Five
As the last step of the flow, the person who started the flow will be sent an e-mail informing them that the annual leave request has been approved and the flow will be terminated.
📄️ Flow Design
Flow Design