diff --git a/docs/docs/metadata/index.md b/docs/docs/metadata/index.md index f9182991c5..76f6ec39dd 100644 --- a/docs/docs/metadata/index.md +++ b/docs/docs/metadata/index.md @@ -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/)