How this Helps

On-demand workflows are useful for running tasks that need to be executed immediately or at the user’s discretion. They provide flexibility and control over when specific workflows are triggered, making them ideal for scenarios where timing is critical or user input is required.

An on-demand workflow runs when triggered via one of the following avenues:

InterfaceDescription
Manual TriggerUsers with access to the Blink platform can also trigger workflows manually.
Self-Service PortalAllows authorized users to trigger workflows through a dedicated UI.
Slack & Microsoft TeamsEnables workflow execution directly from messaging platforms.
SubflowsWorkflows that can be used when triggered by a parent workflow, typically useful when the subflow is an action that is needed by more than one parent workflow.

When relevant, the user who triggers the workflow enters the required parameters.

The file input parameter is not supported in triggered subflows.

Need help finding the right trigger type for your use case? See About Triggers.

Create an On-Demand Workflow

  1. Create a new workflow, and select On-Demand when prompted.

    Once you click Create Workflow, the canvas loads with your initial configurations. The first part of the workflow appears as Trigger: On-Demand.

  2. In the Workflow Editor, locate the Trigger: On-Demand section and click + to configure when triggering the workflow.

  3. Enter a memorable name for the trigger and enter the type. Optionally, mark the Required parameter checkbox.

  4. To customize how the input appears in the form, click Configure how this parameter appears in the input form and modify the Display name, Placeholder text, and Default value.

  5. Click Add to save the input parameter and close the window.

    Now that you’ve set up the trigger, it’s time to finish configuration of the workflow.

See It In Action

What Next?

Once you’ve finished configuring the workflow, it’s time to test it. Once you’re satisfied with the results, you can publish the workflow to make it available in the Self-Service Portal.

All of the steps following the trigger will run when a user activates the workflow from the Self Service Portal based on the parameters they enter and any other conditions you’ve configured.