Skip to main content

Interface: IUpdateWorkflowExecutionOptionsResponse

workflowservice.v1.IUpdateWorkflowExecutionOptionsResponse

Properties of an UpdateWorkflowExecutionOptionsResponse.

Hierarchy

  • $Properties

    IUpdateWorkflowExecutionOptionsResponse

Properties

updateTime

Optional updateTime: null | $Properties

The Workflow Execution time when the options were updated. When time skipping is enabled, this is the workflow's virtual time rather than wall-clock time.

This timestamp cannot be used for time-skipping fast-forward verification, use fast_forward_id in PollWorkflowExecutionTimeSkippingRequest instead.

Inherited from

$Properties.updateTime


workflowExecutionOptions

Optional workflowExecutionOptions: null | $Properties

Workflow Execution options after update.

Inherited from

$Properties.workflowExecutionOptions