Skip Function
Skip any step of the workflow based on a condition
The skip
action is used to skip the next step in the workflow. skip
function is available for all the steps in the workflow.
Common usecases
- Skip the step if the user has already seen the notification
- Skip the step if the user has not completed the previous step
Example
In this example, we will send an in-app notification for task reminder to the user and then send an email reminder 6 hours later if the user has not read the in-app notification.