Flow Status
The Flow status component embeds the flow editor’s own run view inside an app. Point it at a Job ID and it renders that run live: the flow graph with each step’s state, its logs, a status indicator, a cancel button while it’s still running, and any pending approval steps.
Configuration
Section titled “Configuration”Flow status configuration settings
Section titled “Flow status configuration settings”| Name | Type | Connectable | Templatable | Default | Description |
|---|---|---|---|---|---|
| Job Id | string | true | false | — | The job id of the flow run to display status |
Component outputs
Section titled “Component outputs”| Name | Type | Description |
|---|---|---|
| result | string | The result of the runnable |
| loading | boolean | The loading state of the component |
| Job Id | string | The job id of the flow run to display status |
Related documentation
Section titled “Related documentation”See the app editor and your first app pages for how components fit into an app, and Jobs and runs and Flow approval for what a Job ID is and how approval steps work.