Skip to main content

Interface: IUpdateActivityExecutionOptionsRequest

workflowservice.v1.IUpdateActivityExecutionOptionsRequest

Properties of an UpdateActivityExecutionOptionsRequest.

Hierarchy

  • $Properties

    IUpdateActivityExecutionOptionsRequest

Properties

activityId

Optional activityId: null | string

The ID of the activity to target.

Inherited from

$Properties.activityId


activityOptions

Optional activityOptions: null | $Properties

Activity options. Partial updates are accepted and controlled by update_mask

Inherited from

$Properties.activityOptions


identity

Optional identity: null | string

The identity of the client who initiated this request

Inherited from

$Properties.identity


namespace

Optional namespace: null | string

Namespace of the workflow which scheduled this activity

Inherited from

$Properties.namespace


requestId

Optional requestId: null | string

Used to de-dupe update requests.

Inherited from

$Properties.requestId


resourceId

Optional resourceId: null | string

Resource ID for routing. Contains "workflow:{workflow_id}" for workflow activities or "activity:{activity_id}" for standalone activities.

Inherited from

$Properties.resourceId


restoreOriginal

Optional restoreOriginal: null | boolean

If set, the activity options will be restored to the default. Default options are then options activity was created with. They are part of the first schedule event. This flag cannot be combined with any other option; if you supply restore_original together with other options, the request will be rejected.

Inherited from

$Properties.restoreOriginal


runId

Optional runId: null | string

Run ID of the workflow or standalone activity. If empty, targets the latest run.

Inherited from

$Properties.runId


updateMask

Optional updateMask: null | $Properties

Controls which fields from activity_options will be applied

Inherited from

$Properties.updateMask


workflowId

Optional workflowId: null | string

If provided, targets a workflow activity for the given workflow ID. If empty, targets a standalone activity.

Inherited from

$Properties.workflowId