Interface: IActivityExecutionInfo
activity.v1.IActivityExecutionInfo
Properties of an ActivityExecutionInfo.
Implemented by
Properties
activityId
• Optional activityId: null | string
Unique identifier of this activity within its namespace along with run ID (below).
activityType
• Optional activityType: null | IActivityType
The type of the activity, a string that maps to a registered activity on a worker.
attempt
• Optional attempt: null | number
The attempt this activity is currently on. Incremented each time a new attempt is scheduled.
canceledReason
• Optional canceledReason: null | string
Set if activity cancelation was requested.