Skip to content

Commit 8ba2ee0

Browse files
Fix functionRef type (#658)
Signed-off-by: Tomas David <[email protected]> Signed-off-by: Tomas David <[email protected]>
1 parent e8a8365 commit 8ba2ee0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

specification.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3747,7 +3747,7 @@ This is visualized in the diagram below:
37473747
| Parameter | Description | Type | Required |
37483748
| --- | --- | --- | --- |
37493749
| name | Unique Action name | string | no |
3750-
| [functionRef](#FunctionRef-Definition) | References a reusable function definition | object | yes if `eventRef` & `subFlowRef` are not defined |
3750+
| [functionRef](#FunctionRef-Definition) | References a reusable function definition | object or string | yes if `eventRef` & `subFlowRef` are not defined |
37513751
| [eventRef](#EventRef-Definition) | References a `produce` and `consume` reusable event definitions | object | yes if `functionRef` & `subFlowRef` are not defined |
37523752
| [subFlowRef](#SubFlowRef-Definition) | References a workflow to be invoked | object or string | yes if `eventRef` & `functionRef` are not defined |
37533753
| [retryRef](#retry-definition) | References a defined workflow retry definition. If not defined uses the default runtime retry definition | string | no |

0 commit comments

Comments
 (0)