v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-141610169.0 KB

Executes the next step of an act, processing tool call results and returning new tool calls if needed.

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

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 invoke the next step for.

Request body

previousStepIdstring

The identifier of the previous step, used for tracking execution flow.

Response

Success

stepIdstring required

The unique identifier for this execution step.