Skip to content

Commit e2fb1d7

Browse files
authored
Changed "operation" to be required in Function Definitions (#631)
Signed-off-by: Helber Belmiro <[email protected]>
1 parent da216bf commit e2fb1d7

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
@@ -3192,7 +3192,7 @@ Note that `transition` and `end` properties are mutually exclusive, meaning that
31923192
| Parameter | Description | Type | Required |
31933193
| --- | --- | --- | --- |
31943194
| name | Unique function name | string | yes |
3195-
| operation | If type is `rest`, <path_to_openapi_definition>#<operation_id>. If type is `asyncapi`, <path_to_asyncapi_definition>#<operation_id>. If type is `rpc`, <path_to_grpc_proto_file>#<service_name>#<service_method>. If type is `graphql`, <url_to_graphql_endpoint>#<literal \"mutation\" or \"query\">#<query_or_mutation_name>. If type is `odata`, <URI_to_odata_service>#<Entity_Set_Name>. If type is `expression`, defines the workflow expression. | string | no |
3195+
| operation | If type is `rest`, <path_to_openapi_definition>#<operation_id>. If type is `asyncapi`, <path_to_asyncapi_definition>#<operation_id>. If type is `rpc`, <path_to_grpc_proto_file>#<service_name>#<service_method>. If type is `graphql`, <url_to_graphql_endpoint>#<literal \"mutation\" or \"query\">#<query_or_mutation_name>. If type is `odata`, <URI_to_odata_service>#<Entity_Set_Name>. If type is `expression`, defines the workflow expression. | string | yes |
31963196
| type | Defines the function type. Can be either `rest`, `asyncapi`, `rpc`, `graphql`, `odata`, `expression`, or [`custom`](#defining-custom-function-types). Default is `rest` | enum | no |
31973197
| authRef | References an [auth definition](#Auth-Definition) name to be used to access to resource defined in the operation parameter | string | no |
31983198
| [metadata](#Workflow-Metadata) | Metadata information. Can be used to define custom function information | object | no |

0 commit comments

Comments
 (0)