Skip to content

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.

NameTypeConnectableTemplatableDefaultDescription
Job IdstringtruefalseThe job id of the flow run to display status
NameTypeDescription
resultstringThe result of the runnable
loadingbooleanThe loading state of the component
Job IdstringThe job id of the flow run to display status

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.