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
>
raw
• raw: IWorkflowExecutionInfo
runId
• runId: string
searchAttributes
• searchAttributes: SearchAttributes
startTime
• startTime: Date
status
• status: Object
Type declaration
Name | Type |
---|---|
code | WorkflowExecutionStatus |
name | WorkflowExecutionStatusName |
taskQueue
• taskQueue: string
type
• type: string
workflowId
• workflowId: string