File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 28
28
+ [ Using Functions For GraphQL Service Invocations] ( #using-functions-for-graphql-service-invocations )
29
29
- [ Invoking a GraphQL ` Query ` ] ( #invoking-a-graphql-query )
30
30
- [ Invoking a GraphQL ` Mutation ` ] ( #invoking-a-graphql-mutation )
31
- * [ Using Functions For Expression Evaluation] ( #using-functions-for-expression-evaluation )
31
+ + [ Using Functions For Expression Evaluation] ( #using-functions-for-expression-evaluation )
32
32
* [ Workflow Expressions] ( #workflow-expressions )
33
33
* [ Workflow Definition Structure] ( #workflow-definition-structure )
34
34
+ [ Workflow States] ( #workflow-states )
@@ -1293,7 +1293,7 @@ Note that GraphQL Subscriptions are not supported at this time.
1293
1293
1294
1294
For more information about functions, reference the [Functions definitions](#Function-Definition) section.
1295
1295
1296
- # ## Using Functions For Expression Evaluation
1296
+ # ### Using Functions For Expression Evaluation
1297
1297
1298
1298
In addition to defining RESTful, RPC and GraphQL services and their operations, workflow [functions definitions](#Function-Definition)
1299
1299
can also be used to define expressions that should be evaluated during workflow execution.
You can’t perform that action at this time.
0 commit comments