Enum CommandType
Whenever this list of command types is changed do change the function shouldBufferEvent in mutableStateBuilder.go to make sure to do the correct event ordering.
Namespace: Temporalio.Api.Enums.V1
Assembly: Temporalio.dll
Syntax
public enum CommandType : int
Fields
Name | Description |
---|---|
AcceptWorkflowUpdate | Indicates that an update has been accepted for processing workflow code |
CancelTimer | |
CancelWorkflowExecution | |
CompleteWorkflowExecution | |
CompleteWorkflowUpdate | Indicates that an update has completed and carries either the success or failure outcome of said update. |
ContinueAsNewWorkflowExecution | |
FailWorkflowExecution | |
ModifyWorkflowProperties | |
RecordMarker | |
RejectWorkflowUpdate | |
RequestCancelActivityTask | |
RequestCancelExternalWorkflowExecution | |
ScheduleActivityTask | |
SignalExternalWorkflowExecution | |
StartChildWorkflowExecution | |
StartTimer | |
Unspecified | |
UpsertWorkflowSearchAttributes |