We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4945932 commit 5136f36Copy full SHA for 5136f36
Flow Actions/Action to create an event
@@ -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