run subworkflows in a workflow
HI, I am trying to run multi workflows asynchronously from run script activity in a different workflow. we tried to use sn_fd.FlowAPI but nothing happened attaching the script-for(var i=0; i<5; i++){sn_fd.FlowAPI.getRunner().flow('global.flow_name')....
