Graphql fields and variables for the workflowJobLog query
Last updated 8 months ago
Was this helpful?
A workflow job log entry
Scope required: workflow:read
For a complete list of possible response fields see the type.
query workflowJobLog ($id: ID, $code: String, $format: String) { workflowJobLog (id: $id, code: $code, format: $format) { amountFailed amountProcessed amountTotal batchId completedAt createdAt id updatedAt warrenId workflowId } }
id
ID
code
String
format