Get desktop application:
View/edit binary Protocol Buffers messages
BatchOperationCancellation sends cancel requests to batch workflows. Keep the parameter in sync with temporal.api.workflowservice.v1.RequestCancelWorkflowExecutionRequest. Ignore first_execution_run_id because this is used for single workflow operation.
Used in:
The identity of the worker/client
BatchOperationDeletion sends deletion requests to batch workflows. Keep the parameter in sync with temporal.api.workflowservice.v1.DeleteWorkflowExecutionRequest.
Used in:
The identity of the worker/client
Used in:
Batch job ID
Batch operation state
Batch operation start time
Batch operation close time
BatchOperationReset sends reset requests to batch workflows. Keep the parameter in sync with temporal.api.workflowservice.v1.ResetWorkflowExecutionRequest.
Used in:
The identity of the worker/client.
Describes what to reset to and how. If set, `reset_type` and `reset_reapply_type` are ignored.
Deprecated. Use `options`.
Deprecated. Use `options`.
Operations to perform after the workflow has been reset. These operations will be applied to the *new* run of the workflow execution in the order they are provided. All operations are applied to the workflow before the first new workflow task is generated
BatchOperationResetActivities sends activity reset requests in a batch. NOTE: keep in sync with temporal.api.workflowservice.v1.ResetActivityRequest
Used in:
The identity of the worker/client.
The activities to reset. If match_all is set to true, all activities will be reset.
Setting this flag will also reset the number of attempts.
Setting this flag will also reset the heartbeat details.
If activity is paused, it will remain paused after reset
If set, the activity will start at a random time within the specified jitter duration, introducing variability to the start time.
If set, the activity options will be restored to the defaults. Default options are then options activity was created with. They are part of the first ActivityTaskScheduled event.
BatchOperationSignal sends signals to batch workflows. Keep the parameter in sync with temporal.api.workflowservice.v1.SignalWorkflowExecutionRequest.
Used in:
The workflow author-defined name of the signal to send to the workflow
Serialized value(s) to provide with the signal
Headers that are passed with the signal to the processing workflow. These can include things like auth or tracing tokens.
The identity of the worker/client
BatchOperationTermination sends terminate requests to batch workflows. Keep the parameter in sync with temporal.api.workflowservice.v1.TerminateWorkflowExecutionRequest. Ignore first_execution_run_id because this is used for single workflow operation.
Used in:
Serialized value(s) to provide to the termination event
The identity of the worker/client
BatchOperationTriggerWorkflowRule sends TriggerWorkflowRule requests to batch workflows.
The identity of the worker/client.
ID of existing rule.
Rule specification to be applied to the workflow without creating a new rule.
BatchOperationUnpauseActivities sends unpause requests to batch workflows.
Used in:
The identity of the worker/client.
The activity to unpause. If match_all is set to true, all activities will be unpaused.
Setting this flag will also reset the number of attempts.
Setting this flag will also reset the heartbeat details.
If set, the activity will start at a random time within the specified jitter duration, introducing variability to the start time.
BatchOperationUpdateActivityOptions sends an update-activity-options requests in a batch. NOTE: keep in sync with temporal.api.workflowservice.v1.UpdateActivityRequest
Used in:
The identity of the worker/client.
The activity to update. If match_all is set to true, all activities will be updated.
Update Activity options. Partial updates are accepted and controlled by update_mask.
Controls which fields from `activity_options` will be applied
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 ActivityTaskScheduled event. This flag cannot be combined with any other option; if you supply restore_original together with other options, the request will be rejected.
BatchOperationUpdateWorkflowExecutionOptions sends UpdateWorkflowExecutionOptions requests to batch workflows. Keep the parameters in sync with temporal.api.workflowservice.v1.UpdateWorkflowExecutionOptionsRequest.
Used in:
The identity of the worker/client.
Update Workflow options that were originally specified via StartWorkflowExecution. Partial updates are accepted and controlled by update_mask.
Controls which fields from `workflow_execution_options` will be applied. To unset a field, set it to null and use the update mask to indicate that it should be mutated.