Interface: $Properties
v1.UpdateActivityOptionsRequest.$Properties
Properties of an UpdateActivityOptionsRequest.
Hierarchy
-
$Properties
Properties
activity
• Optional activity: "id" | "type" | "matchAll"
either activity id, activity type or update_all must be provided
activityOptions
• Optional activityOptions: null | $Properties
Activity options. Partial updates are accepted and controlled by update_mask
execution
• Optional execution: null | $Properties
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 | $Properties
Controls which fields from activity_options will be applied