Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 1.7 KB

File metadata and controls

13 lines (9 loc) · 1.7 KB

ActivityTaskFailedAttributes

Attributes for activity task failed events (final failure after all retries).

Fields

Field Type Required Description
task_id str ✔️ Unique identifier for the activity task within the workflow.
activity_name str ✔️ The registered name of the activity being executed.
attempt int ✔️ The final attempt number that failed (1-indexed).
failure models.Failure ✔️ Represents an error or exception that occurred during execution.