public SagaExecutionState()
 {
     History     = new SagaHistory();
     ExecutionID = ExecutionID.Empty();
 }
Ejemplo n.º 2
0
 public SagaExecutionState()
 {
     History      = new SagaHistory();
     ExecutionID  = ExecutionID.Empty();
     CanBeResumed = true;
 }