Skip to main content

Namespace: PendingActivityInfo

workflow.v1.PendingActivityInfo

Namespaces

Classes

Interfaces

Type Aliases

$Shape

Ƭ $Shape: { activityId?: string | null ; activityOptions?: $Shape | null ; activityType?: $Shape | null ; attempt?: number | null ; currentRetryInterval?: $Shape | null ; expirationTime?: $Shape | null ; heartbeatDetails?: $Shape | null ; lastAttemptCompleteTime?: $Shape | null ; lastDeployment?: $Shape | null ; lastDeploymentVersion?: $Shape | null ; lastFailure?: $Shape | null ; lastHeartbeatTime?: $Shape | null ; lastIndependentlyAssignedBuildId?: string | null ; lastStartedTime?: $Shape | null ; lastWorkerDeploymentVersion?: string | null ; lastWorkerIdentity?: string | null ; lastWorkerVersionStamp?: $Shape | null ; maximumAttempts?: number | null ; nextAttemptScheduleTime?: $Shape | null ; pauseInfo?: $Shape | null ; paused?: boolean | null ; priority?: $Shape | null ; scheduledTime?: $Shape | null ; state?: PendingActivityState | null ; useWorkflowBuildId?: $Shape | null } & { assignedBuildId?: undefined ; lastIndependentlyAssignedBuildId?: null ; useWorkflowBuildId?: null } | { assignedBuildId?: "useWorkflowBuildId" ; lastIndependentlyAssignedBuildId?: null ; useWorkflowBuildId: $Shape } | { assignedBuildId?: "lastIndependentlyAssignedBuildId" ; lastIndependentlyAssignedBuildId: string ; useWorkflowBuildId?: null }

Narrowed shape of a PendingActivityInfo.