WorkflowListResult
WorkflowListResult
List of workflows.
JSON Example
{
"results": [
{
"errors": [
"string"
],
"resource": {
"type": "string"
},
"status": "string",
"steps": [
{
"status": "string",
"type": "string"
}
],
"type": "string",
"warnings": [
"string"
]
}
]
}