Interface: WorkflowExecutionInfo
client.WorkflowExecutionInfo
Properties
closeTime
• Optional closeTime: Date
executionTime
• Optional executionTime: Date
historyLength
• historyLength: number
historySize
• Optional historySize: number
 * Size of Workflow history in bytes.  *  * This value is only available in server versions >= 1.20 
memo
• Optional memo: Record<string, unknown>
parentExecution
• Optional parentExecution: Required<IWorkflowExecution>
priority
• Optional priority: Priority
raw
• raw: IWorkflowExecutionInfo
rootExecution
• Optional rootExecution: Required<IWorkflowExecution>
runId
• runId: string
searchAttributes
• searchAttributes: SearchAttributes
Deprecated
Use typedSearchAttributes instead.
startTime
• startTime: Date
status
• status: Object
Type declaration
| Name | Type |
|---|---|
code | WorkflowExecutionStatus |
name | WorkflowExecutionStatusName |
taskQueue
• taskQueue: string
type
• type: string
typedSearchAttributes
• typedSearchAttributes: TypedSearchAttributes
workflowId
• workflowId: string