What does run mean?

A run refers to the execution of a workflow. During a run, the system processes the input data, applies the logic defined in each block, and produces the final output. It represents the moment when the workflow actively performs its intended function.

Key characteristics of a run:


Execution of actions

A run triggers the automated steps or actions within a workflow, following the defined sequence of blocks.


Input and output

During a run, the workflow processes the provided inputs and generates outputs. Each block contributes to achieving the overall goal of the workflow.


Trigger-based

Runs can be initiated manually by a user (e.g., clicking a "Run" button) or automatically based on predefined triggers (e.g., receiving an email or reaching a specific time).


Real-time or scheduled

A run may happen immediately or be scheduled to occur at a specific time or frequency, depending on the workflow's configuration.

Did this answer your question? Thanks for the feedback There was a problem submitting your feedback. Please try again later.

Still need help? Contact Us Contact Us