Skip to content

Commit

Permalink
issue fix for 265
Browse files Browse the repository at this point in the history
  • Loading branch information
nikhila-aot committed Mar 12, 2024
1 parent f166de0 commit 4ca4b13
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 4ca4b13

Please sign in to comment.