Errors
This reference lists possible Workflow Task errors and how to resolve them.
For other types of errors, see Temporal Failures.
Each of the below errors corresponds with a WorkflowTaskFailedCause, which appears in Events under workflow_task_failed_event_attributes
.
Bad Cancel Timer Attributes
This error indicates that the Workflow Task failed while attempting to cancel a Timer.
Check your Timer attributes for a missing Timer Id value. Add a valid Timer Id and redeploy the code.
Bad Cancel Workflow Execution Attributes
The Workflow Task failed due to unset CancelWorkflowExecution attributes.
Reset any missing attributes and redeploy the Workflow Task.
Bad Complete Workflow Execution Attributes
This error indicates that the Workflow Task failed due to unset attributes on CompleteWorkflowExecution.
Reset any missing attributes. Adjust the size of your Payload if it exceeds size limits.