About Workflow Triggers
Learn about the workflow triggers supported by Blink.
How this Helps
Triggers allow users to automate processes in response to manual actions, scheduled intervals, or external system events.
A trigger is an event that starts a workflow in Blink. When a trigger event occurs, Blink automatically executes the workflow based on the selected trigger type.
Trigger Types
Blink workflows can be initiated through three primary types of triggers: on-demand, event-based, and scheduled. Each trigger type has its own execution model and use cases. On-demand triggers are manually initiated by users, event-based triggers respond to external events in real-time, and scheduled triggers run at intervals as configured when building the workflow.
Blink supports these primary trigger types:
On-Demand Workflows
User enters parameters manually.
Event-Based Workflows
Parameters auto-retrieved from triggers.
Scheduled Workflows
Parameters predefined or fetched dynamically.
By selecting the appropriate trigger type, users can ensure their workflows execute efficiently and in alignment with operational requirements.
On-Demand Triggers
On-demand triggers are initiated manually by a user. This trigger type is useful when workflows need to be executed in response to an ad hoc request. Users can start workflows through various interfaces as described in the following table:
Interface | Description |
---|---|
Manual Trigger | Users with access to the Blink platform can also trigger workflows manually. |
Self-Service Portal | Allows authorized users to trigger workflows through a dedicated UI. |
Slack & Microsoft Teams | Enables workflow execution directly from messaging platforms. |
Subflows | Workflows 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. |
Event-Based Triggers
Event-based triggers automatically initiate workflows in response to external events. These events originate from third-party integrations, webhhooks, or Blink events (errors and runner notifications). Common sources are as described in the following table:
Trigger Type | Description |
---|---|
External event triggers | Events triggered by third-party integrations. |
Custom Webhooks | User-defined webhooks that trigger workflows. |
Web Forms | Create and share a secure, interactive web page designed to gather input. |
Native Blink events | Built-in events generated within Blink. |
Case Management events | Events associated with case tracking and management. |
Scheduled Triggers
Scheduled triggers initiate workflows at intervals configured for the workflow. This is ideal for recurring tasks that need to be executed automatically without manual intervention.
Users can configure schedules using:
Scheduling Method | Description |
---|---|
Fixed Intervals | Run workflows hourly, daily, weekly, or at custom time frames. |
Cron Expressions | Specify complex scheduling patterns using standard cron syntax. |
How to Choose the Right Trigger Type
Selecting the appropriate trigger type depends on the nature of the workflow and the desired level of automation:
- Use on-demand triggers for workflows requiring manual initiation and immediate ad-hoc execution.
- Use event-based triggers to automate responses based on real-time events and system changes.
- Use scheduled triggers for repetitive, time-based automation tasks.
See It In Action
Related Articles
Was this page helpful?