- Learning ServiceNow
- Tim Woodruff
- 128字
- 2021-07-09 18:48:25
Return value
Workflows, like functions, can call one another. It's possible to create re-usable workflows for commonly used processes, such as change approval, and then call them from the current workflow by simply locating one in the Workflows tab of the workflow editor, and dragging it into the main Workflow window:
In one of these workflows, you can use the Return value workflow activity to return a value back to the parent workflow, just as you might when using the return statement inside of a function in JavaScript. In the Workflow subflow activity on the parent workflow, the Map return value to field allows you to specify the variable name to use to store the returned value. You can access this variable from the scratchpad by using workflow.scratchpad.variableName:
- 繪制進(jìn)程圖:可視化D++語(yǔ)言(第1冊(cè))
- 21天學(xué)通JavaScript
- 網(wǎng)頁(yè)編程技術(shù)
- Java開發(fā)技術(shù)全程指南
- 悟透JavaScript
- Photoshop行業(yè)應(yīng)用基礎(chǔ)
- Visual FoxPro程序設(shè)計(jì)
- 嵌入式操作系統(tǒng)原理及應(yīng)用
- Apache源代碼全景分析(第1卷):體系結(jié)構(gòu)與核心模塊
- 從零開始學(xué)JavaScript
- 網(wǎng)絡(luò)安全概論
- Linux常用命令簡(jiǎn)明手冊(cè)
- 精通ROS機(jī)器人編程(原書第2版)
- 從零開始學(xué)ASP.NET
- 軟測(cè)之魂