Skip to content
This repository has been archived by the owner on Dec 13, 2023. It is now read-only.

Commit

Permalink
documentation update
Browse files Browse the repository at this point in the history
  • Loading branch information
Viren Baraiya committed May 15, 2017
1 parent b883407 commit 262793a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/docs/metadata/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,7 @@ Below are the mandatory minimum parameters required for each task:
|name|Name of the task. MUST be registered as a task type with Conductor before starting workflow||
|taskReferenceName|Alias used to refer the task within the workflow. MUST be unique.||
|type|Type of task. SIMPLE for tasks executed by remote workers, or one of the system task types||
|optional|true or false. When set to true - workflow continues even if the task fails. The status of the task is reflected as `COMPLETED_WITH_ERRORS`|Defaults to `false`|
|inputParameters|JSON template that defines the input given to the task|See "wiring inputs and outputs" for details|

In addition to these parameters, additional parameters specific to the task type are required as documented [here](/metadata/systask/)
Expand Down

0 comments on commit 262793a

Please sign in to comment.