Skip to content

Commit

Permalink
Merge pull request #646 from bcgov/feat/srs-265b
Browse files Browse the repository at this point in the history
issue fix for 265
  • Loading branch information
nikhila-aot authored Mar 12, 2024
2 parents f166de0 + 4ca4b13 commit 89bcbc7
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1603,7 +1603,9 @@ execution.setVariable('emailsIdsToProcess',JSON.stringify(emailsToArray));
system.out.println ("Submit Bundle");
execution.setVariable('isAp',false);
execution.setVariable('isSociety',false);
execution.setVariable('isCssaTeam',false);</bpmn:script>
execution.setVariable('isCssaTeam',false);
execution.setVariable('isCaseworker',false);
execution.setVariable('isSdm',false);</bpmn:script>
</bpmn:scriptTask>
<bpmn:startEvent id="StartEvent_1" name="Submit New Application">
<bpmn:outgoing>Flow_1rc30l8</bpmn:outgoing>
Expand Down

0 comments on commit 89bcbc7

Please sign in to comment.