Fixing action definition name property required (#204)

This commit is contained in:
Tihomir Surdilovic 2020-03-16 18:04:38 -04:00 committed by GitHub
parent d7d13c26c9
commit 638c701af6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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 |