Dust · Arazzo Workflow
Dust Run an App and Poll for Completion
Version 1.0.0
Trigger a non-blocking Dust app run and poll the run until its status succeeds or errors.
View Spec
View on GitHub
AgentsAIArtificial IntelligenceCustom WorkflowsData SourcesDustEnterprise AIKnowledge ManagementLLMMCPMulti-ModelRAGArazzoWorkflows
Provider
Workflows
run-app-and-poll
Create an app run and poll the run until it completes.
Creates a non-blocking app run in the given space and repeatedly fetches the run until the run status is no longer running, branching on success versus error.
1
createRun
{$sourceDescriptions.appsApi.url}#/paths/~1api~1v1~1w~1{wId}~1spaces~1{spaceId}~1apps~1{aId}~1runs/post
Create a non-blocking app run with the pinned specification hash and supplied inputs.
2
pollRun
{$sourceDescriptions.appsApi.url}#/paths/~1api~1v1~1w~1{wId}~1spaces~1{spaceId}~1apps~1{aId}~1runs~1{runId}/get
Fetch the run and inspect its status. Continue polling while the run is still running, then branch on the terminal status.