This commit is contained in:
Raymond den Haan 2024-08-07 11:33:38 +02:00
parent 9f841c70c6
commit 4f90ee71d9

View file

@ -529,7 +529,8 @@ public partial class WorkflowExecutionContext : IExecutionContext
WorkflowSubStatus.Suspended => WorkflowStatus.Running,
_ => throw new ArgumentOutOfRangeException(nameof(subStatus), subStatus, null)
};
// TODO: Check if we should not use the target subStatus here instead.
private bool ValidateStatusTransition()
{
var currentMainStatus = GetMainStatus(SubStatus);