v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-141610169.0 KB

Updates an existing act's configuration, status, or error information.

put/workflow-definitions/{workflowDefinitionName}/workflow-runs/{workflowRunId}/sessions/{sessionId}/acts/{actId}

Path parameters

workflowDefinitionNamestring required

The name of the workflow definition containing the act.

workflowRunIdstring required

The unique identifier of the workflow run containing the act.

sessionIdstring required

The unique identifier of the session containing the act.

actIdstring required

The unique identifier of the act to update.

Request body

status'RUNNING' | 'PENDING_CLIENT_ACTION' | 'PENDING_HUMAN_ACTION' | 'SUCCEEDED' | 'FAILED' | 'TIMED_OUT' required

The new status to set for the act.

Response

Success

UpdateActResponse required