Table of Contents

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.

BatchOperationInfo
BatchOperationReset

BatchOperationReset sends reset requests to batch workflows. Keep the parameter in sync with temporal.api.workflowservice.v1.ResetWorkflowExecutionRequest.

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.

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

BatchOperationTriggerWorkflowRule.RuleOneofCase

Enum of possible cases for the "rule" oneof.

BatchOperationUnpauseActivities.ActivityOneofCase

Enum of possible cases for the "activity" oneof.