Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-19-2022 06:21 AM
Hi Jorn,
I tried to write a script for task sla table, but its accepting the inputs if i provide the sys_id..Please help. It says input is invalid.Please help, trigger of my flow is task sla.
var inputs = {};
inputs['sys_id'] = '23f306c4dbc7c1d0f328a05605961910';
var result = sn_fd.FlowAPI.getRunner()
.flow('global.test123')
.inBackground()
.withInputs(inputs)
.run(); //
var contextId = result.getContextId();
gs.info(contextId);