Skip to main content

Interface: IBatchOperationUpdateWorkflowExecutionOptions

batch.v1.IBatchOperationUpdateWorkflowExecutionOptions

Properties of a BatchOperationUpdateWorkflowExecutionOptions.

Hierarchy

  • $Properties

    IBatchOperationUpdateWorkflowExecutionOptions

Properties

identity

Optional identity: null | string

The identity of the worker/client.

Inherited from

$Properties.identity


updateMask

Optional updateMask: null | $Properties

Controls which fields from workflow_execution_options will be applied. To unset a field, set it to null and use the update mask to indicate that it should be mutated.

Inherited from

$Properties.updateMask


workflowExecutionOptions

Optional workflowExecutionOptions: null | $Properties

Update Workflow options that were originally specified via StartWorkflowExecution. Partial updates are accepted and controlled by update_mask.

Inherited from

$Properties.workflowExecutionOptions