Dear all.
I am creating a routing rule:
Business scenario:
- A requestor creates a request with one , two or more roles and sends to approve to various role owners.
- The role owners indicates (in the Provisioning Action field) if they accept or not an scpecific role. Like showed in the screenshot below and then they push on Submit button
I have created a Routing rule that checks the content of of the Provisioning Action
- If any of them is set as Remove then route the Request to a specific path 1
- If all of them are set as Assign then route the Request to a specific path 2
If i simulated my function with this input information i get the correct Result
- One of the provision action to Remove (action = 009)
- All the provision action to Assign (action = 006)
But when i perform on a real situation i face an error and the log indicates me the following. Seems like my decision table is returning /ROLEREMOVED2
Regards and thank you.