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

Commit

Permalink
Merge pull request #1686 from Jiehong/doc/fix_subworkflow
Browse files Browse the repository at this point in the history
doc: remove workflowInput from Sub workflow tasks documentation
  • Loading branch information
apanicker-nflx committed May 18, 2020
2 parents d97f479 + acc0e7c commit ce4af88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/docs/configuration/systask.md
Original file line number Diff line number Diff line change
Expand Up @@ -194,12 +194,12 @@ Sub Workflow task allows for nesting a workflow within another workflow.
| subWorkflowParam | Map[String, Any] | See below |

**subWorkflowParam**

|name|type|description|
|---|---|---|
| name | String | Name of the workflow to execute |
| version | Integer | Version of the workflow to execute |
| taskToDomain | Map[String, String] | Allows scheduling the sub workflow's tasks per given mappings. See [Task Domains](configuration/taskdomains/) for instructions to configure taskDomains. |
| workflowInput | Map[String, Any] | Input to pass to the workflow as inputParameters. If empty or null, the inputParameters of the sub_workflow task is passed to the subworkflow directly. |

**Outputs:**

Expand Down

0 comments on commit ce4af88

Please sign in to comment.