WorkflowListResult

WorkflowListResult
WorkflowListResult

List of workflows.

JSON Example
{
    "results": [
        {
            "errors": [
                "string"
            ],
            "resource": {
                "type": "string"
            },
            "status": "string",
            "steps": [
                {
                    "status": "string",
                    "type": "string"
                }
            ],
            "type": "string",
            "warnings": [
                "string"
            ]
        }
    ]
}
array of Workflow
results
Optional

List of workflows.