Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 1.67 KB

File metadata and controls

13 lines (9 loc) · 1.67 KB

ActivityTaskRetryingAttributes

Attributes for activity task retrying events.

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 attempt number that failed (1-indexed).
failure models.Failure ✔️ Represents an error or exception that occurred during execution.