Skip to main content

Interface: IWorkflowExecutionInfo

workflow.v1.IWorkflowExecutionInfo

Properties of a WorkflowExecutionInfo.

Implemented by

Properties

autoResetPoints

Optional autoResetPoints: null | IResetPoints

WorkflowExecutionInfo autoResetPoints


closeTime

Optional closeTime: null | ITimestamp

WorkflowExecutionInfo closeTime


execution

Optional execution: null | IWorkflowExecution

WorkflowExecutionInfo execution


executionTime

Optional executionTime: null | ITimestamp

WorkflowExecutionInfo executionTime


historyLength

Optional historyLength: null | Long

WorkflowExecutionInfo historyLength


historySizeBytes

Optional historySizeBytes: null | Long

WorkflowExecutionInfo historySizeBytes


memo

Optional memo: null | IMemo

WorkflowExecutionInfo memo


mostRecentWorkerVersionStamp

Optional mostRecentWorkerVersionStamp: null | IWorkerVersionStamp

If set, the most recent worker version stamp that appeared in a workflow task completion


parentExecution

Optional parentExecution: null | IWorkflowExecution

WorkflowExecutionInfo parentExecution


parentNamespaceId

Optional parentNamespaceId: null | string

WorkflowExecutionInfo parentNamespaceId


searchAttributes

Optional searchAttributes: null | ISearchAttributes

WorkflowExecutionInfo searchAttributes


startTime

Optional startTime: null | ITimestamp

WorkflowExecutionInfo startTime


stateTransitionCount

Optional stateTransitionCount: null | Long

WorkflowExecutionInfo stateTransitionCount


status

Optional status: null | WorkflowExecutionStatus

WorkflowExecutionInfo status


taskQueue

Optional taskQueue: null | string

WorkflowExecutionInfo taskQueue


type

Optional type: null | IWorkflowType

WorkflowExecutionInfo type