Flow Status
The Flow status component displays the status of a flow by referencing its Job ID. It renders the Flow editor’s run mode within an app, including the flow graph, logs, status indicators, cancel options, and approval steps if applicable.
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”For comprehensive information about the app editor functionality, refer to the dedicated app editor documentation and quickstart guide. Additional context about jobs and flow approval steps is available in the core concepts section.