parent
2830dee5f6
commit
2ba95f14bf
|
|
@ -79,7 +79,7 @@ namespace Elsa.Activities.Http.Middleware
|
|||
if (useDispatch)
|
||||
await workflowLaunchpad.DispatchPendingWorkflowAsync(pendingWorkflow, inputModel, cancellationToken);
|
||||
else
|
||||
await workflowLaunchpad.ExecutePendingWorkflowsAsync(pendingWorkflows, commonInputModel, cancellationToken);
|
||||
await workflowLaunchpad.ExecutePendingWorkflowsAsync(pendingWorkflows, inputModel, cancellationToken);
|
||||
}
|
||||
|
||||
if (pendingWorkflows.Count > 0)
|
||||
Loading…
Reference in a new issue