Skip to content

Commit

Permalink
Update serverlessworkflow/modules/ROOT/pages/getting-started/java-emb…
Browse files Browse the repository at this point in the history
…edded-workflows.adoc

Co-authored-by: Gonzalo Muñoz <[email protected]>
  • Loading branch information
fjtirado and gmunozfe committed Mar 18, 2024
1 parent 98828c1 commit 30f628b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ Also, you might optionally add `simple logger for java` dependency to avoid usin
</dependency>
----

Lets assume you already have a workflow definition written in a JSON file in your project root. For example, link:{kogito_sw_examples_url}/serverless-workflow-hello-world/src/main/resources/hello.sw.json[Hello World] definition. In order to execute it, you need to write the following main java class (standard imports and java package declaration are intentionally skipped for brevity)
Let's assume you already have a workflow definition written in a JSON file in your project root. For example, link:{kogito_sw_examples_url}/serverless-workflow-hello-world/src/main/resources/hello.sw.json[Hello World] definition. To execute it, you need to write the following main java class (standard imports and java package declaration are intentionally skipped for brevity)

[source,java]
----
Expand Down

0 comments on commit 30f628b

Please sign in to comment.