dag-runs
Push back a waiting step in a sub DAG-run for re-execution with feedback
Pushes back a step that is in Waiting status within a sub DAG-run, providing input parameters that will be injected as environment variables when the step re-executes. The step must have an approval configuration.
post/dag-runs/{name}/{dagRunId}/sub-dag-runs/{subDAGRunId}/steps/{stepName}/push-back
Path parameters
namestring regex required
Name of the DAG
name of the DAG
dagRunIdstring required
Unique identifier for the DAG-run. The special value 'latest' can be used to reference the most recent DAG-run.
Example:latest
ID of the DAG-run or 'latest' to get the most recent DAG-run
subDAGRunIdstring required
ID of the sub DAG-run containing the step to push back
stepNamestring required
name of the step
Query parameters
remoteNodestring
name of the remote node
Request body
Response
Step pushed back successfully