diff --git a/docs/workflow-templates.md b/docs/workflow-templates.md index 78f0ef8ac670..e9164f4f8831 100644 --- a/docs/workflow-templates.md +++ b/docs/workflow-templates.md @@ -44,7 +44,8 @@ in the past. However, a quick description should clarify each and their differen container: # The type of this "template" is "container" image: docker/whalesay command: [cowsay] - args: ["{{inputs.parameters.message}}"]``` + args: ["{{inputs.parameters.message}}"] + ``` - A `WorkflowTemplate` is a definition of a `Workflow` that lives in your cluster. Since it is a definition of a `Workflow` it also contains `templates`. These `templates` can be referenced from within the `WorkflowTemplate` and from other `Workflows`