Enum Command.AttributesOneofCase
- Namespace
- Temporalio.Api.Command.V1
- Assembly
- Temporalio.dll
Enum of possible cases for the "attributes" oneof.
public enum Command.AttributesOneofCase
Fields
CancelTimerCommandAttributes = 7CancelWorkflowExecutionCommandAttributes = 8CompleteWorkflowExecutionCommandAttributes = 4ContinueAsNewWorkflowExecutionCommandAttributes = 11FailWorkflowExecutionCommandAttributes = 5ModifyWorkflowPropertiesCommandAttributes = 17None = 0ProtocolMessageCommandAttributes = 15RecordMarkerCommandAttributes = 10RequestCancelActivityTaskCommandAttributes = 6RequestCancelExternalWorkflowExecutionCommandAttributes = 9RequestCancelNexusOperationCommandAttributes = 19ScheduleActivityTaskCommandAttributes = 2ScheduleNexusOperationCommandAttributes = 18SignalExternalWorkflowExecutionCommandAttributes = 13StartChildWorkflowExecutionCommandAttributes = 12StartTimerCommandAttributes = 3UpsertWorkflowSearchAttributesCommandAttributes = 14