Skip to content

Commit

Permalink
Fixed #850 Notifications on Web Service flows
Browse files Browse the repository at this point in the history
Web service flows will honor the Notification settings
  • Loading branch information
nrichardson99 authored Oct 24, 2019
1 parent 5666ab4 commit 7e19df7
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -486,8 +486,9 @@ public String scheduleNow(String userId, AgentDeploy deployment) {

public FlowRuntime createFlowRuntime(String userId, AgentDeploy deployment, Map<String, String> runtimeParameters) throws Exception {
String executionId = createExecutionId();
List<Notification> notifications = operationsService.findNotificationsForDeployment(deployment);
return new FlowRuntime(executionId, userId, findDeployed(deployment), agent, componentRuntimeFactory, definitionFactory,
flowStepsExecutionThreads, operationsService, configurationService, executionService, deployedResources, null, globalSettings,
flowStepsExecutionThreads, operationsService, configurationService, executionService, deployedResources, notifications, globalSettings,
runtimeParameters);
}

Expand Down

0 comments on commit 7e19df7

Please sign in to comment.