Replies: 2 comments 2 replies
-
Hi @ccthis, If I understood this correctly, you want to query pam requests for all users appearing in //delta/candidate/removed. I'm getting rusty on MIMWAL, but I think you should be able get all these pam requests using the Query Collection feature in conjunction with the FormatMultivaluedList function... |
Beta Was this translation helpful? Give feedback.
1 reply
-
your first one looks closer to the truth. worth checking why the workflow is aborting. it may be that query is fine, but the workflow is aborting during the updates processing... |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
How can I iterate a query using iteration? I want to close all open/active pam requests (1+) related to the role (1) for each user (1+) that was removed as a candidate from the role. In other words, when one or many users are removed as candidates from a role, the child active requests are forcibly closed. Iteration does not appear to "traverse" back into the query; I get a wal error stating the query is not good showing a Null or blank result when trying to use [//Value] in the query.
This would be a fantastic feature and would really help secure this all 💯 .
Below is just a sketch of the view... or a new activity altogether that can be passed to the update activity via [//workflowdata/]. All the boxes highlighted in Red do not exists yet.
Beta Was this translation helpful? Give feedback.
All reactions