Skip to main content

Interface: IUpdateActivityOptionsRequest

workflowservice.v1.IUpdateActivityOptionsRequest

Properties of an UpdateActivityOptionsRequest.

Implemented by

Properties

activityOptions

Optional activityOptions: null | IActivityOptions

Activity options. Partial updates are accepted and controlled by update_mask


execution

Optional execution: null | IWorkflowExecution

Execution info of the workflow which scheduled this activity


id

Optional id: null | string

Only activity with this ID will be updated.


identity

Optional identity: null | string

The identity of the client who initiated this request


matchAll

Optional matchAll: null | boolean

Update all running activities.


namespace

Optional namespace: null | string

Namespace of the workflow which scheduled this activity


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.


type

Optional type: null | string

Update all running activities of this type.


updateMask

Optional updateMask: null | IFieldMask

Controls which fields from activity_options will be applied