Skip to content

Commit f9c887e

Browse files
committed
Clean up git rebase in the spec.md doc
Signed-off-by: Ricardo Zanini <[email protected]>
1 parent cd157ae commit f9c887e

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

specification.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3357,15 +3357,9 @@ Note that `transition` and `end` properties are mutually exclusive, meaning that
33573357

33583358
| Parameter | Description | Type | Required |
33593359
| --- | --- | --- | --- |
3360-
<<<<<<< HEAD
3361-
| name | Unique function name. Must follow the [Serverless Workflow Naming Convention](#naming-convention) | string | yes |
3362-
| 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 |
3363-
| 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 |
3364-
=======
33653360
| name | Unique function name. Must follow the [Serverless Workflow Naming Convention](#naming-convention) | string | yes |
33663361
| operation | See the table "Function Operation description by type" below. | string or object | yes |
33673362
| type | Defines the function type. Can be either `rest`, `openapi`, `asyncapi`, `rpc`, `graphql`, `odata`, `expression`, or [`custom`](#defining-custom-function-types). Default is `openapi` | enum | no |
3368-
>>>>>>> 2351b12 (Fixes #420 - Add REST invocation function definition based on OpenAPI Path Item)
33693363
| authRef | References an [auth definition](#Auth-Definition) name to be used to access to resource defined in the operation parameter | string | no |
33703364
| [metadata](#Workflow-Metadata) | Metadata information. Can be used to define custom function information | object | no |
33713365

0 commit comments

Comments
 (0)