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


namespace

Optional namespace: null | string

Namespace of the workflow which scheduled this activity


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