GetAssigneeInput
Input for retrieving workflow assignee information
Fields
Field
Type
Required
Description
Usage
Example
query GetWorkflowAssignee {
workflowAssignee(input: {
workflowID: "order-processing-workflow-123"
workflowRunID: "run-456-xyz"
}) {
assignee
}
}Validation
Related
Service
Last updated
Was this helpful?
