From 638c701af61965eb0a072c1ce92c3570014dfcee Mon Sep 17 00:00:00 2001 From: Tihomir Surdilovic Date: Mon, 16 Mar 2020 18:04:38 -0400 Subject: [PATCH] Fixing action definition name property required (#204) --- workflow/spec/spec.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/workflow/spec/spec.md b/workflow/spec/spec.md index c2a6943..60bc1b9 100644 --- a/workflow/spec/spec.md +++ b/workflow/spec/spec.md @@ -692,7 +692,7 @@ instance in case it is an end state without performing any actions. | Parameter | Description | Type | Required | | --- | --- | --- | --- | -| name | Unique action name | string | yes | +| name | Unique action name | string | no | | [functionRef](#FunctionRef-Definition) | References a reusable function definition to be invoked | object | yes | | [actionDataFilter](#action-data-filter) | Action data filter definition | object | no |