v1

latestSwagger 2.02026-07-13285166341.1 KB
ActivityRuns

Update the ActivityRunStatus of an ActivityRun

Updates the ActivityRunStatus of an ActivityRun. The body of the PUT is the updated ActivityRunStatus. When successful, the response is empty. If unsuccessful, an appropriate ApiError is returned.

put/api/v2/activityRuns/{activityRunID}/status

Path parameters

activityRunIDinteger required

The ID of the ActivityRun to update ActivityRunStatus for.

Request body

Status'Ready' | 'InProgress' | 'Succeeded' | 'Cancelled' | 'Failed'

The status of the ActivityRun

CurrentStepinteger

The activity step currently executing, indicated by numeric order

StepStatusstring

The status text from the currently executing step

StepProgressinteger

The percent progress from the currently executing step. This value shall be null if progress is not available

Response

No Content