Interface: IUpdateActivityOptionsByIdRequest
workflowservice.v1.IUpdateActivityOptionsByIdRequest
Properties of an UpdateActivityOptionsByIdRequest.
Implemented by
Properties
activityId
• Optional
activityId: null
| string
ID of the activity we're updating
activityOptions
• Optional
activityOptions: null
| IActivityOptions
Activity options. Partial updates are accepted and controlled by update_mask
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
requestId
• Optional
requestId: null
| string
Used to de-dupe requests
runId
• Optional
runId: null
| string
Run ID of the workflow which scheduled this activity if empty - latest workflow is used
updateMask
• Optional
updateMask: null
| IFieldMask
Controls which fields from activity_options
will be applied
workflowId
• Optional
workflowId: null
| string
ID of the workflow which scheduled this activity