1 2 3 4 5 6
query WorkflowStatus($workflowId: String!) { workflowStatus(workflowId: $workflowId) { status error } }