Hello Guys,
I am looking for a possibility so that i can schedule another workflow after the current workflow is completed.
An example:
- Create user and this User will be deleted after a specified period.
My Plan was to have two workflows:
Workflow 1:
- Create user
- Schedule another workflow to be able to trigger "workflow 2"
Workflow 2:
- Remove the user created with "Workflow 1"
I have found an example which does schedule a Workflow, but that’s more of a reoccurring schedule and does schedules the same workflow.
Thanks,
Sheel