curl --request POST \
--url https://control-plane.kubiya.ai/api/v1/executions/{execution_id}/mark-done \
--header 'Authorization: Bearer <token>'{
"detail": [
{
"loc": [
"<string>"
],
"msg": "<string>",
"type": "<string>"
}
]
}Mark an execution as done, signaling the workflow to complete.
This sends a signal to the Temporal workflow to indicate the user is finished with the conversation. The workflow will complete gracefully after this signal.
curl --request POST \
--url https://control-plane.kubiya.ai/api/v1/executions/{execution_id}/mark-done \
--header 'Authorization: Bearer <token>'{
"detail": [
{
"loc": [
"<string>"
],
"msg": "<string>",
"type": "<string>"
}
]
}Was this page helpful?