Dataiku · Arazzo Workflow
Dataiku Run Scenario and Poll to Completion
Version 1.0.0
Trigger a scenario run and poll its lightweight status until it is no longer running.
View Spec
View on GitHub
AnalyticsArtificial IntelligenceData PlatformData ScienceMachine LearningArazzoWorkflows
Provider
Workflows
run-scenario-and-poll
Run a scenario and poll its status until the run finishes.
Verifies the scenario, triggers a run, and polls the light status endpoint until running is false.
1
verifyScenario
getScenario
Confirm the scenario exists and is active before triggering a run.
2
triggerRun
runScenario
Trigger execution of the scenario.
3
pollStatus
getScenarioRunStatus
Poll the lightweight scenario status. While the scenario is still running, loop back and poll again; once it stops running, the workflow ends.