Interface: IUpdateActivityOptionsRequest
workflowservice.v1.IUpdateActivityOptionsRequest
Properties of an UpdateActivityOptionsRequest.
Hierarchy
-
↳
IUpdateActivityOptionsRequest
Properties
activity
• Optional activity: "id" | "type" | "matchAll"
either activity id, activity type or update_all must be provided
Inherited from
activityOptions
• Optional activityOptions: null | $Properties
Activity options. Partial updates are accepted and controlled by update_mask
Inherited from
execution
• Optional execution: null | $Properties
Execution info of the workflow which scheduled this activity
Inherited from
id
• Optional id: null | string
Only activity with this ID will be updated.
Inherited from
identity
• Optional identity: null | string
The identity of the client who initiated this request
Inherited from
matchAll
• Optional matchAll: null | boolean
Update all running activities.
Inherited from
namespace
• Optional namespace: null | string
Namespace of the workflow which scheduled this activity
Inherited from
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
type
• Optional type: null | string
Update all running activities of this type.
Inherited from
updateMask
• Optional updateMask: null | $Properties
Controls which fields from activity_options will be applied