Skip to content

Commit

Permalink
#565 add docs for job arrangement
Browse files Browse the repository at this point in the history
  • Loading branch information
he7g committed Jan 4, 2019
1 parent edf41e5 commit 13714fe
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
Binary file added docs/zh-cn/3.x/_media/create_passive.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
14 changes: 14 additions & 0 deletions docs/zh-cn/3.x/create_job.md
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,20 @@ Shell类型作业的参数基本上跟Java定时作业一致。下面是2个例
0=php helloworld.php
```

##### 3.1.3 创建被动作业

注意,该功能请使用3.3.0及其以上版本。

![Create JAVA_PASSIVE](_media/create_passive.png)

- 被动作业用于作业编排。当上游作业执行成功,将触发下游作业立即执行一次。

- 只有被动作业才能配置上游作业。下游作业必须是被动作业。

- 上游作业不能为本地模式作业,不能为消息作业,并且分片数只能为1。

- 配置的上下游作业链,不能形成环。

#### 3.2 导入作业

见“作业总览”章节的 “导入(作业)”和“导出(作业)”的介绍。
Expand Down

0 comments on commit 13714fe

Please sign in to comment.