Skip to content

Commit da21afb

Browse files
authored
fix for SRS-1333 (#1204)
1 parent 2c1cd2e commit da21afb

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

forms-flow-ai/forms-flow-ai-ee/forms-flow-bpm/processes/Bundling/subProcess/NOMBundleWorkflow.bpmn

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,11 @@ execution.setVariable('ownerEmail',ownerEmail);
5353
system.out.println ("ownerEmail"+ownerEmail);
5454
listOwnerEmailAddress.push(ownerEmail);
5555

56+
if(submitterEmail !== null && submitterEmail !== undefined)
57+
{
58+
listOwnerEmailAddress.push(submitterEmail);
59+
}
60+
5661
var agentEmail= execution.getVariable('s4-email');
5762
execution.setVariable('agentEmail',agentEmail);
5863
system.out.println ("agentEmail"+agentEmail);

0 commit comments

Comments
 (0)