Skip to main content

Interface: IWorkflowExecutionExtendedInfo

workflow.v1.IWorkflowExecutionExtendedInfo

Properties of a WorkflowExecutionExtendedInfo.

Implemented by

Properties

cancelRequested

Optional cancelRequested: null | boolean

indicates if the workflow received a cancel request


executionExpirationTime

Optional executionExpirationTime: null | ITimestamp

Workflow execution expiration time is defined as workflow start time plus expiration timeout. Workflow start time may change after workflow reset.


lastResetTime

Optional lastResetTime: null | ITimestamp

Last workflow reset time. Nil if the workflow was never reset.


originalStartTime

Optional originalStartTime: null | ITimestamp

Original workflow start time.


runExpirationTime

Optional runExpirationTime: null | ITimestamp

Workflow run expiration time is defined as current workflow run start time plus workflow run timeout.