Add step to stop the workflow in a state and only continue after triggering it manually #1239
andergmartins
started this conversation in
Feature Requests
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
A possible use case: Send an email after a trigger is fired, but add a link to it that when clicked, will continue the workflow, with all the previous execution context.
The step creates a link. The user can add multiple steps in sequence if multiple links are required.
The step outputs the link as a variable (so it can be added to email, or other places) and will stop the workflow, storing its current execution context.
When the link is opened, it will continue the workflow.
Beta Was this translation helpful? Give feedback.
All reactions