SubmitWorkflowUserInputResult
Possible values: [waiting, running, waiting_for_input, success, failed, aborted, timed_out]
result objectrequired
Workflow actual running entry ID;Conversation and old records can be omitted.
The entry title of the snapshot during runtime creation; the historical display does not change with subsequent source titles.
Only scheduled runs exist, indicating that the run was created by the scheduler.
Possible values: [schedule]
The schedule name of the snapshot when run is created.
Possible values: [window-interval, cron]
external object
Records the client or external ingress source of the run. Desktop, External Run API, Embed,
and Webhook write source, allowing execution logs, KV associations, and replay to distinguish origins.
OpenAI Responses calls also retain the complete normalized request and terminal Response. Full
authentication Keys are excluded; apiKeyId and apiKeyName identify only the Key ID and prefix.
Possible values: [external, embed, webhook, desktop, schedule, mcp]
actorProfile object
Optional email address for the profile summary.
Optional avatar image URL or data URL for the uploader profile.
openai.responsesinputs object
Possible values: [blocking, streaming]
openai object
request objectrequired
Possible values: non-empty
input objectrequired
- string
- object[]
Possible values: non-empty
Possible values: non-empty
Possible values: >= 0 and <= 2
Possible values: >= 0 and <= 1
Possible values: >= 1
text object
format object
textPossible values: [low, medium, high]
Possible values: [reasoning.encrypted_content]
truefalsefalseContinue a retained Response whose status is completed or incomplete.
Possible values: Value must match regular expression ^resp_
conversation object
- string
- object
Possible values: Value must match regular expression ^conv_
metadata object
Possible values: <= 512 characters
response objectrequired
Possible values: Value must match regular expression ^resp_
responseUnix timestamp in seconds only when status is completed; null for every other status.
Possible values: [queued, in_progress, completed, failed, cancelled, incomplete]
error objectrequired
- null
- object
incomplete_details objectrequired
- null
- object
output object[]required
Possible values: Value must match regular expression ^msg_
messagePossible values: [user, assistant, system, developer]
content objectrequired
- string
- object[]
Possible values: non-empty
Possible values: [in_progress, completed, incomplete]
falseconversation objectrequired
- null
- object
metadata objectrequired
Possible values: <= 512 characters
autoreasoning objectrequired
text objectrequired
format objectrequired
textPossible values: [low, medium, high]
disabledusage objectrequired
- null
- OpenAIResponseUsage
webhook object
headers object
Possible values: [waiting, running, waiting_for_input, success, failed, aborted, timed_out]
pendingUserInput object
The same array of WorkflowParamDefinition as the params of the selected Workflow entrypoint(executor for Conversation).
defaultValues object
metadata object
resolvedUserInputs object[]
values objectrequired
report objectrequired
The execution report; scheduled runs contain schedules and fire snapshots, output nodes use outputs[].output.items and result.data.output.items, waiting for user input contains pendingUserInput, and business timing cards use timers.
Possible values: [schedule]
Possible values: [window-interval, cron]
The execution report; scheduled runs contain schedules and fire snapshots, output nodes use outputs[].output.items and result.data.output.items, waiting for user input contains pendingUserInput, and business timing cards use timers.
{
"runId": "string",
"workflowName": "string",
"status": "waiting",
"requestId": "string",
"result": {
"runId": "string",
"createdAt": "2024-07-29T15:51:28.071Z",
"conversationId": "string",
"target": "string",
"resolvedTarget": "string",
"entrypointId": "string",
"entrypointTitle": "string",
"source": "schedule",
"scheduleId": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"scheduleName": "string",
"fireId": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"scheduledFor": "2024-07-29T15:51:28.071Z",
"triggerKind": "window-interval",
"args": [
"string"
],
"external": {
"source": "external",
"principalKind": "string",
"actorType": "string",
"actorUserId": "string",
"actorProfileId": "string",
"actorDisplayName": "string",
"actorProfile": {
"userId": "string",
"displayName": "string",
"email": "string",
"avatarUrl": "string"
},
"apiKeyId": "string",
"apiKeyName": "string",
"protocol": "openai.responses",
"user": "string",
"conversationId": "string",
"inputs": {},
"files": [
null
],
"responseMode": "blocking",
"openai": {
"request": {
"model": "string",
"input": "string",
"instructions": "string",
"temperature": 0,
"top_p": 0,
"max_output_tokens": 0,
"text": {
"format": {
"type": "text"
},
"verbosity": "low"
},
"include": [
"reasoning.encrypted_content"
],
"store": true,
"stream": false,
"background": false,
"previous_response_id": "string",
"conversation": "string",
"metadata": {}
},
"response": {
"id": "string",
"object": "response",
"created_at": 0,
"completed_at": 0,
"status": "queued",
"background": true,
"error": "null",
"incomplete_details": "null",
"instructions": "string",
"max_output_tokens": 0,
"max_tool_calls": "null",
"model": "string",
"output": [
{
"id": "string",
"type": "message",
"role": "user",
"content": "string",
"status": "in_progress"
}
],
"parallel_tool_calls": true,
"previous_response_id": "string",
"conversation": "null",
"metadata": {},
"store": true,
"temperature": 0,
"top_p": 0,
"tools": [
null
],
"tool_choice": "auto",
"reasoning": {},
"text": {
"format": {
"type": "text"
},
"verbosity": "low"
},
"truncation": "disabled",
"user": "null",
"usage": "null"
}
},
"webhook": {
"workflowName": "string",
"requestId": "string",
"target": "string",
"resolvedTarget": "string",
"headers": {}
}
},
"debugNode": "string",
"status": "waiting",
"durationMs": 0,
"stdout": "string",
"stderr": "string",
"exitCode": 0,
"pendingUserInput": {
"requestId": "string",
"nodeName": "string",
"title": "string",
"description": "string",
"params": [
{}
],
"defaultValues": {},
"metadata": {},
"createdAt": "2024-07-29T15:51:28.071Z"
},
"resolvedUserInputs": [
{
"requestId": "string",
"nodeName": "string",
"values": {},
"submittedAt": "2024-07-29T15:51:28.071Z"
}
],
"report": {
"source": "schedule",
"scheduleId": "string",
"scheduleName": "string",
"fireId": "string",
"scheduledFor": "2024-07-29T15:51:28.071Z",
"triggerKind": "window-interval"
}
}
}