WorkflowInstance
Public API contract.
completed_tasksintegerrequired
Possible values: >= 0
idstringrequired
namestring
Public API contract.
scheduled_atstring | nullnullable
statestringrequired
task_countintegerrequired
Possible values: >= 0
workflow_idstringrequired
workflow_instance_codestringrequired
workflow_versioninteger<int64>
Public API contract.
WorkflowInstance
{
"completed_tasks": 0,
"id": "string",
"name": "string",
"scheduled_at": "string",
"state": "string",
"task_count": 0,
"workflow_id": "string",
"workflow_instance_code": "string",
"workflow_version": 0
}