|
@@ -1448,6 +1448,7 @@ public class OrderController : BaseController
|
|
|
await _orderScreenRepository.UpdateAsync(screen, HttpContext.RequestAborted);
|
|
|
try
|
|
|
{
|
|
|
+ dto.NextWorkflow.WorkflowId = screen.WorkflowId;
|
|
|
await _workflowApplication.NextAsync(dto.NextWorkflow,
|
|
|
cancellationToken: HttpContext.RequestAborted);
|
|
|
}
|