flow_designer
Differences
This shows you the differences between two versions of the page.
| flow_designer [01/22/2025 08:18] – created johnsonjohn | flow_designer [12/31/2025 05:40] (current) – removed johnsonjohn | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | ======Flow Designer====== | ||
| - | ---- | ||
| - | =====Application Asscess Tasks Status===== | ||
| - | < | ||
| - | (function execute(inputs, | ||
| - | // ... code ... | ||
| - | | ||
| - | var ritmSysID = inputs.ritmSysID | ||
| - | | ||
| - | var grTask = new GlideRecord(' | ||
| - | grTask.addQuery(' | ||
| - | grTask.addQuery(' | ||
| - | grTask.query(); | ||
| - | if(grTask.hasNext()) { | ||
| - | outputs.taskscompleted = ' | ||
| - | } | ||
| - | else { | ||
| - | outputs.taskscompleted = ' | ||
| - | } | ||
| - | | ||
| - | })(inputs, outputs); | ||
| - | </ | ||
| - | ---- | ||
| - | |||
| - | =====Application Access Verb===== | ||
| - | < | ||
| - | (function execute(inputs, | ||
| - | | ||
| - | var provisionorremove = inputs.provisionOrRemove | ||
| - | | ||
| - | if (provisionorremove == ' | ||
| - | outputs.taskVerb = ' | ||
| - | } else if (provisionorremove == ' | ||
| - | outputs.taskVerb = ' | ||
| - | } | ||
| - | | ||
| - | })(inputs, outputs); | ||
| - | </ | ||
| - | ---- | ||
flow_designer.1737562705.txt.gz · Last modified: by johnsonjohn
