Learn about workflows, their components, and how they automate tasks across multiple systems through a centralized platform.
Example I: Automated User Access Review for Compliance
Component | Description | |
---|---|---|
1 | Triggers | Events and their conditions that initiate a workflow. Blink workflows can be initiated through three primary types of triggers: on-demand, event-based, and scheduled. |
2 | Steps and Actions | Steps are individual units within a workflow, each designed to perform a specific task. Actions are the functional components within each step, executing tasks based on configured parameters. |
3 | Flow controls | Flow controls define how a workflow proceeds from one step to another based on conditions, loops, or branching logic. These include if conditions, switch statements, and loops that determine execution paths dynamically based on input values, action results, or external data. |
4 | Outputs | The final results or data produced by a workflow or any of its steps. Outputs can be used as inputs in subsequent workflows, stored for reporting, or sent as notifications to relevant stakeholders. Outputs can also be shared with users who triggered the workflow on-demand, or saved as part of a file for future use. |
Example II: On New Splunk Incident - Open Ticket in ServiceNow and Notify Security Channel
Trigger
Generate Ticket Description
Create Incident in ServiceNow
Notify Security Team
Outputs
incident_details
ticket_id