Click HERE to see how Saviynt Intelligence is transforming the industry. |
06/28/2024 09:55 AM
Hello team,
We are currently facing an issue with the first level of approval in our two-step workflow.
However, we have noticed that the workflow is getting stuck at the first level and is not progressing to the second level of approval by the ABC Group.
We have created two workflows, and I have attached a screenshot of the first workflow (workflow_1). Could you please take a look and help us identify the issue?
Additionally, I would appreciate it if you could also share the screenshot of the second workflow (workflow_2) for further testing.
06/28/2024 10:44 AM
Please share logs after request submission.
07/03/2024 05:46 AM
Hello @rushikeshvartak , unfortunately logs can’t be shared.
But we did perform testing for first workflow (workflow_1)
We recently submitted Request in Saviynt for the new security system.
The approval workflow functioned as expected for approvals.
We tested the process for rejections.
In a specific case with Request ID was rejected at the manager approval stage, and the rejection was successful.
In another case the manager accepted the account but rejected the group. However, the task was still sent to ABC group. Ideally, if the manager rejects either the account or the task, the workflow should end at that point. This same principle should apply to ABC group as well.
For (workflow_2)
The manager rejection is indeed stopping the workflow, which is working correctly.
However, it seems that the workflow is getting stuck when the manager approves.
Thanks,
07/03/2024 08:59 PM
In custom assignment block
07/16/2024 10:02 AM
Hi @rushikeshvartak , Thanks for the help
After testing multiple scenarios to test the workflow, we have narrowed down the possible customization query. Based on the data below, when a user requests a new account and group, the following should occur:
Regards,
Sakshi
07/16/2024 10:04 AM
great
✅Please click the 'Accept As Solution' button on the reply (or replies) that best answered your original question and hit 'Kudos' button 👍.
07/17/2024 05:54 AM
Can anyone help us on this ?
07/17/2024 09:01 PM
What is issue ?
07/18/2024 12:40 AM
We need help in customize workflow query. Based on the data below, when a user requests a new account and group, the following should occur:
07/18/2024 10:29 AM - edited 07/19/2024 05:57 PM
#2 add below if condition entitlement !=null -- true then custom Assignment block
#3 same as #1
07/19/2024 12:12 AM
07/19/2024 05:58 PM
Updated Link https://forums.saviynt.com/t5/saviynt-knowledge-base/how-to-configure-all-approval-workflow-to-creat...
Query :
select userkey from user_groups ug join usergroup_users ugu on ugu.USER_GROUPKEY = ug.USERGROUPKEY and user_groupname=concat('${users.userType}', 'Group')
07/19/2024 12:36 AM - edited 07/19/2024 12:37 AM
Hi @User11 ,
1. The new account should be automatically approved.
You can use below condition to detect new account and send it for separate block
ars_requests.requesttype == 3 and entitlement.entitlement_value == null
2. The entitlement access should be sent to the ABC group for approval.
Further to the above if else block, route it to custom assignment block - user group
Use this article as reference - Solved: Workflow Custom assignment to usersgroup - Saviynt Forums - 102771
3. If the group owner rejects the request, the workflow should end without generating any pending tasks.
Do refer the link which @Rushi shared: How to configure All Approval Workflow to create t... - Saviynt Forums - 28987
If this helps your question, please consider selecting Accept As Solution and hit Kudos
07/23/2024 04:11 AM
Hi @PremMahadikar quick question regarding this Do refer the link which @Rushi shared: How to configure All Approval Workflow to create t... - Saviynt Forums - 28987
How we can convert XML data into the workflow blocks ? is it possible ? if possible how can we achieve this ?
Regards,
07/23/2024 04:23 AM
Its not possible to convert back from xml to wiring. You need to manually perfom
07/23/2024 04:24 AM
@User11 ,
Once a workflow is converted to XML. We cannot bring it to workflow blocks!
07/23/2024 04:34 AM
@rushikeshvartak and @PremMahadikar Thanks for the update !
08/02/2024 06:59 AM
Hi
I am trying to acheive this
when a manager requests a new account and group, for a user then following should occur:
I am encountering below error
08/02/2024 05:17 PM
Manager- Accepted node is going to grant as well as custom assignment it can be either