Move Correlate activity to correct folder
This commit is contained in:
parent
505c00addf
commit
e3f62fc8ea
|
|
@ -115,7 +115,7 @@ namespace Elsa.Activities.Http.Middleware
|
|||
else
|
||||
{
|
||||
await workflowLaunchpad.ExecutePendingWorkflowAsync(pendingWorkflow, inputModel, cancellationToken);
|
||||
pendingWorkflowInstance = await workflowInstanceStore.FindByIdAsync(pendingWorkflow.WorkflowInstanceId);
|
||||
pendingWorkflowInstance = await workflowInstanceStore.FindByIdAsync(pendingWorkflow.WorkflowInstanceId, cancellationToken);
|
||||
|
||||
if (pendingWorkflowInstance is not null
|
||||
&& pendingWorkflowInstance.WorkflowStatus == Elsa.Models.WorkflowStatus.Faulted
|
||||
|
|
|
|||
Loading…
Reference in a new issue