diff --git a/guide/custom-node.md b/guide/custom-node.md index c18e8d8a3780c296474cbe7848d4ded40f4e6028..3e11cb90dd064db020ced0ec465abcf9f0ac3c9a 100644 --- a/guide/custom-node.md +++ b/guide/custom-node.md @@ -186,4 +186,14 @@ pipeline: ### 3. 内置输入参数 -share_dir: 共享目录,容器中可通过 JM_SHARE_DIR 使用 +| 关键字 | 说明 | +| -------------------------------- | ---------------------------------------------------------------------------------------------- | +| share_dir | 共享目录,容器中可通过 JM_SHARE_DIR 使用 | + +### 4. 内置输出参数 + +| 关键字 | 说明 | +| -------------------------------- | ---------------------------------------------------------------------------------------------- | +| inner.execution_status | 节点任务执行状态,可在下游节点通过`${xxx.inner.execution_status}`调用,`v2.1.2`版本开始支持。取值范围为:
EXECUTION_SUCCEEDED: 执行成功
EXECUTION_FAILED: 执行失败
DISPATCH_FAILED: 分发失败 | + +