How to get the Flow sys_id (sys_flow_context.sys_id) from the trigger record sys_id?
In a background script editor, I successfully ran the following methods to cancel a Flow Designer workflow: var gpa = new sn_ph.GlideProcessAutomation('91dd1c84dbc73b849aab755a8c961993');gpa.cancel('manually cancelled'); My issue is that this method ...
