Skip to content

Commit 5136f36

Browse files
authored
Action to trigger the event from flow
Just give the inputs for an action the Event name, Record, Parm1 and Parm2 to trigger the notification from the flow.
1 parent 4945932 commit 5136f36

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
(function execute(inputs, outputs) {
2+
// ... code ...
3+
gs.eventQueue(inputs.script_event,inputs.script_record,inputs.script_parm1,inputs.script_parm2);
4+
})(inputs, outputs);

0 commit comments

Comments
 (0)