Namespace Temporalio.Api.Batch.V1
Classes
- BatchOperationCancellation
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.
- BatchOperationDeletion
BatchOperationDeletion sends deletion requests to batch workflows. Keep the parameter in sync with temporal.api.workflowservice.v1.DeleteWorkflowExecutionRequest.
- BatchOperationReset
BatchOperationReset sends reset requests to batch workflows. Keep the parameter in sync with temporal.api.workflowservice.v1.ResetWorkflowExecutionRequest.
- BatchOperationResetActivities
BatchOperationResetActivities sends activity reset requests in a batch. NOTE: keep in sync with temporal.api.workflowservice.v1.ResetActivityRequest
- BatchOperationSignal
BatchOperationSignal sends signals to batch workflows. Keep the parameter in sync with temporal.api.workflowservice.v1.SignalWorkflowExecutionRequest.
- BatchOperationTermination
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.
- BatchOperationTriggerWorkflowRule
BatchOperationTriggerWorkflowRule sends TriggerWorkflowRule requests to batch workflows.
- BatchOperationUnpauseActivities
BatchOperationUnpauseActivities sends unpause requests to batch workflows.
- BatchOperationUpdateActivityOptions
BatchOperationUpdateActivityOptions sends an update-activity-options requests in a batch. NOTE: keep in sync with temporal.api.workflowservice.v1.UpdateActivityRequest
- BatchOperationUpdateWorkflowExecutionOptions
BatchOperationUpdateWorkflowExecutionOptions sends UpdateWorkflowExecutionOptions requests to batch workflows. Keep the parameters in sync with temporal.api.workflowservice.v1.UpdateWorkflowExecutionOptionsRequest.
- MessageReflection
Holder for reflection information generated from temporal/api/batch/v1/message.proto
Enums
- BatchOperationResetActivities.ActivityOneofCase
Enum of possible cases for the "activity" oneof.
- BatchOperationTriggerWorkflowRule.RuleOneofCase
Enum of possible cases for the "rule" oneof.
- BatchOperationUnpauseActivities.ActivityOneofCase
Enum of possible cases for the "activity" oneof.
- BatchOperationUpdateActivityOptions.ActivityOneofCase
Enum of possible cases for the "activity" oneof.