File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -20,10 +20,10 @@ to parse and validate workflow definitions as well as generate the workflow diag
2020
2121| Latest Releases | Conformance to spec version |
2222| :---: | :---: |
23- | [ 4.0.2 .Final] ( https://github.com/serverlessworkflow/sdk-java/releases/ ) | [ v0.8] ( https://github.com/serverlessworkflow/specification/tree/0.8.x ) |
24- | [ 3.0.0.Final] ( https://github.com/serverlessworkflow/sdk-java/releases/ ) | [ v0.7] ( https://github.com/serverlessworkflow/specification/tree/0.7.x ) |
25- | [ 2.0.0.Final] ( https://github.com/serverlessworkflow/sdk-java/releases/ ) | [ v0.6] ( https://github.com/serverlessworkflow/specification/tree/0.6.x ) |
26- | [ 1.0.3.Final] ( https://github.com/serverlessworkflow/sdk-java/releases/ ) | [ v0.5] ( https://github.com/serverlessworkflow/specification/tree/0.5.x ) |
23+ | [ 4.0.3 .Final] ( https://github.com/serverlessworkflow/sdk-java/releases/tag/4.0.3.Final ) | [ v0.8] ( https://github.com/serverlessworkflow/specification/tree/0.8.x ) |
24+ | [ 3.0.0.Final] ( https://github.com/serverlessworkflow/sdk-java/releases/tag/3.0.0.Final ) | [ v0.7] ( https://github.com/serverlessworkflow/specification/tree/0.7.x ) |
25+ | [ 2.0.0.Final] ( https://github.com/serverlessworkflow/sdk-java/releases/tag/2.0.0.Final ) | [ v0.6] ( https://github.com/serverlessworkflow/specification/tree/0.6.x ) |
26+ | [ 1.0.3.Final] ( https://github.com/serverlessworkflow/sdk-java/releases/tag/1.0.3.Final ) | [ v0.5] ( https://github.com/serverlessworkflow/specification/tree/0.5.x ) |
2727
2828### JDK Version
2929
@@ -354,4 +354,4 @@ FunctionDefinition finalizeApplicationFunctionDefinition =
354354``` Java
355355 List<Action > actionsForFunctionDefinition =
356356 WorkflowUtils . getActionsForFunctionDefinition(workflow, functionRefName);
357- ```
357+ ```
You can’t perform that action at this time.
0 commit comments