AutomationapiListWorkflowRunsStatsResponse
AutomationapiListWorkflowRunsStatsResponse
JSON Example
{
"workflowRunStats": [
{
"failed": 0,
"ongoing": 0,
"organizationId": "string",
"queued": 0,
"successful": 0,
"total": 0,
"workflowId": 0,
"workflowIdSwf": "string",
"workflowVersion": "string"
}
]
}