I have two workflows that are triggered on a change to an identity attribute. However, they need to be sequential.
What is the best way to accomplish this? Ideally, I need to provide some input to the second workflow so it has context.
Thanks!
I have two workflows that are triggered on a change to an identity attribute. However, they need to be sequential.
What is the best way to accomplish this? Ideally, I need to provide some input to the second workflow so it has context.
Thanks!
Hi Joseph,
I’d recommend that you have your first workflow triggered based on the identity attribute.
If you do need these workflows to be separate, then your second workflow can be created with the ‘External Trigger’ trigger type. This will create a set of OAuth credentials that can be used to launch that workflow only.
Then, from your first workflow, you can use an HTTP Request tile and can provide the required inputs to the second workflow and reference the values passed to your second workflow as needed.