Click HERE to see how Saviynt Intelligence is transforming the industry. |
08/13/2024 07:25 PM
Hello Team,
We need an assistance in creating a workflow.
Use case :
We have a use case to implement create and update user workflow. This event is triggered from create user and update user form. As of today for both the operation it's a same workflow for 2 level approval.
Work done:
We have implemented the workflow successfully for this operation.
Assistance required:
We also have a case that user will be updated via UI. We are looking for an assistance to check in the workflow itself at first instance only that if it's via file upload then the request must be auto approved where as in case of create and update we want to identify the event type. If the event type is create it shud follow 2 level approval whereas if it's update it should follow 1 level approval.
Can someone assist at below:
1. At first instance how doe we identify if it via UI update or file update?
2. At level 2 we want to check if it's create or update?
Solved! Go to Solution.
08/13/2024 07:38 PM - edited 08/13/2024 07:41 PM
Add a if-else block in workflow with below condition
ars_requests.requesttype==18
where requesttype = 18 is for create user request.