quarkus-jsonp and quarkus-smallrye-openai
extensionsquarkus-jsonp and quarkus-smallrye-openapi
extensionskn workflow quarkus create --extension quarkus-jsonp,quarkus-smallrye-openapi
diff --git a/serverlessworkflow/main/testing-and-troubleshooting/kn-plugin-workflow-overview.html b/serverlessworkflow/main/testing-and-troubleshooting/kn-plugin-workflow-overview.html index 2583a1a86..762403e7f 100644 --- a/serverlessworkflow/main/testing-and-troubleshooting/kn-plugin-workflow-overview.html +++ b/serverlessworkflow/main/testing-and-troubleshooting/kn-plugin-workflow-overview.html @@ -676,7 +676,7 @@
The create
command sets up SonataFlow project containing minimal a "hello world" workflow.sw.json
file in your ./<project-name>
directory.
The create
command sets up SonataFlow project containing a minimal "hello world" workflow.sw.json
file in your ./<project-name>
directory.
For more information about created a workflow project, see Creating workflow project using Knative CLI.
+For more information about creating a workflow project, see Creating workflow project using Knative CLI.
The quarkus create
command sets up SonataFlow project containing minimal extensions to build a workflow project. The create
command sets up a Quarkus project containing minimal extensions to build a workflow project. Also, the generated workflow project contains a "hello world" workflow.sw.json
file in your ./<project-name>/src/main/resources
directory.
The quarkus create
command sets up a SonataFlow Quarkus project containing minimal extensions to build a workflow project. Also, the generated workflow project contains a "hello world" workflow.sw.json
file in your ./<project-name>/src/main/resources
directory.