Interface: IPendingActivityInfo
workflow.v1.IPendingActivityInfo
Properties of a PendingActivityInfo.
Implemented by
Properties
activityId
• Optional activityId: null | string
PendingActivityInfo activityId
activityOptions
• Optional activityOptions: null | IActivityOptions
Current activity options. May be different from the one used to start the activity.
activityType
• Optional activityType: null | IActivityType
PendingActivityInfo activityType
attempt
• Optional attempt: null | number
PendingActivityInfo attempt
currentRetryInterval
• Optional currentRetryInterval: null | IDuration
The time activity will wait until the next retry. If activity is currently running it will be next retry interval if activity failed. If activity is currently waiting it will be current retry interval. If there will be no retry it will be null.
expirationTime
• Optional expirationTime: null | ITimestamp
PendingActivityInfo expirationTime
heartbeatDetails
• Optional heartbeatDetails: null | IPayloads
PendingActivityInfo heartbeatDetails
lastAttemptCompleteTime
• Optional lastAttemptCompleteTime: null | ITimestamp
The time when the last activity attempt was completed. If activity has not been completed yet then it will be null.
lastDeployment
• Optional lastDeployment: null | IDeployment
The deployment this activity was dispatched to most recently. Present only if the activity
was dispatched to a versioned worker.
Deprecated. Use last_deployment_version.
lastDeploymentVersion
• Optional lastDeploymentVersion: null | IWorkerDeploymentVersion
The Worker Deployment Version this activity was dispatched to most recently. If nil, the activity has not yet been dispatched or was last dispatched to an unversioned worker.
lastFailure
• Optional lastFailure: null | IFailure
PendingActivityInfo lastFailure
lastHeartbeatTime
• Optional lastHeartbeatTime: null | ITimestamp
PendingActivityInfo lastHeartbeatTime
lastIndependentlyAssignedBuildId
• Optional lastIndependentlyAssignedBuildId: null | string
Deprecated. This means the activity is independently versioned and not bound to the build ID of its workflow. The activity will use the build id in this field instead. If the task fails and is scheduled again, the assigned build ID may change according to the latest versioning rules.
lastStartedTime
• Optional lastStartedTime: null | ITimestamp
PendingActivityInfo lastStartedTime
lastWorkerDeploymentVersion
• Optional lastWorkerDeploymentVersion: null | string
The Worker Deployment Version this activity was dispatched to most recently.
Deprecated. Use last_deployment_version.
lastWorkerIdentity
• Optional lastWorkerIdentity: null | string
PendingActivityInfo lastWorkerIdentity
lastWorkerVersionStamp
• Optional lastWorkerVersionStamp: null | IWorkerVersionStamp
Deprecated. The version stamp of the worker to whom this activity was most recently dispatched This field should be cleaned up when versioning-2 API is removed. [cleanup-experimental-wv]
maximumAttempts
• Optional maximumAttempts: null | number
PendingActivityInfo maximumAttempts
nextAttemptScheduleTime
• Optional nextAttemptScheduleTime: null | ITimestamp
Next time when activity will be scheduled. If activity is currently scheduled or started it will be null.
pauseInfo
• Optional pauseInfo: null | IPauseInfo
PendingActivityInfo pauseInfo
paused
• Optional paused: null | boolean
Indicates if activity is paused.
priority
• Optional priority: null | IPriority
Priority metadata
scheduledTime
• Optional scheduledTime: null | ITimestamp
PendingActivityInfo scheduledTime
state
• Optional state: null | PendingActivityState
PendingActivityInfo state
useWorkflowBuildId
• Optional useWorkflowBuildId: null | IEmpty
Deprecated. When present, it means this activity is assigned to the build ID of its workflow.