File tree Expand file tree Collapse file tree 1 file changed +5
-6
lines changed Expand file tree Collapse file tree 1 file changed +5
-6
lines changed Original file line number Diff line number Diff line change 1- ![ Verify JAVA SDK] ( https://github.com/cncf/wg-serverless-workflow /workflows/Verify%20JAVA%20SDK/badge.svg )
2- ![ Deploy JAVA SDK] ( https://github.com/cncf/wg-serverless-workflow /workflows/Deploy%20JAVA%20SDK/badge.svg )
1+ ![ Verify JAVA SDK] ( https://github.com/serverlessworkflow/sdk-java /workflows/Verify%20JAVA%20SDK/badge.svg )
2+ ![ Deploy JAVA SDK] ( https://github.com/serverlessworkflow/sdk-java /workflows/Deploy%20JAVA%20SDK/badge.svg )
33
4- # Serverless Workflow Specification JAVA SDK
4+ # Serverless Workflow Specification - JAVA SDK
55
6- Provides the JAVA API/SPI for the [ Serverless Workflow Specification] ( ../../specification/README.md )
6+ Provides the JAVA API/SPI for the [ Serverless Workflow Specification] ( https://github.com/serverlessworkflow/specification )
77
88Allows you to parse Workflow types from JSON/YAML sources, as well as programmatically build your workflows using
99the provided builder API.
@@ -28,8 +28,7 @@ of the Serverless Workflow specification. Currently the SDK features match those
2828To build project and run tests locally:
2929
3030```
31- git clone https://github.com/cncf/wg-serverless-workflow.git
32- cd sdk/java
31+ git clone https://github.com/serverlessworkflow/sdk-java.git
3332mvn clean install
3433```
3534
You can’t perform that action at this time.
0 commit comments