Please share any images or screenshots, if relevant.
Please share any other relevant files that may be required (for example, logs).
Share all details about your problem, including any error messages you may have received.
Hi,
I am trying to add a second level approval in custom workflow.
Firstlevel approval - I leveraged securityofficername and it is working as expected.
Secondlevel approval - I need to send to constant workgroup. I tried to give the workgroup name in “approvingIdentities”. But request is not getting routed to second level approval instead it gets completed.
Can you please suggest what am I missing in this case.
what have you selected for approvers?? is it specific identities/Workgroups?? or something else?? Please select specific identities/Workgroups in the process variable of approvers and try again.
Make sure the approval scheme is ‘securityOfficer , Identity’ , approvalMode is serial and the approvingIdentities variable is populated with a valid workgroup name.
Open the workflow from the backend → add a Rule to the approvingIdentities variable in that rule implement your logic and just return the workgroup name.
Please find the snippet. In Workflow add this:
<?xml version='1.0' encoding='UTF-8'?>
A rule used by a Workflow to determine a step action or variable value.
Note that an Attributes map of all variables from the current WorkflowContext, merged with the arguments from the Step, is also passed into the workflow rule.</Description>