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: Kalyani Desai <[email protected]>
  • Loading branch information
fjtirado and kaldesai committed Mar 19, 2024
1 parent 42514ce commit 27f9a30
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
= Workflow embedded execution in Java

This guide uses a standard Java virtual machine and a small set of Maven dependencies to execute a link:{spec_doc_url}[CNCF Serverless Workflow] definition. Therefore, it is assumed you are fluent both in Java and Maven.
The workflow definition to be executed can be read from a .json or .yaml file or programatically defined using the {product_name} fluent API.
The workflow definition to be executed can be read from a `.json` or `.yaml` file or programmatically defined using the {product_name} fluent API.

[[embedded-file-quick-start]]
== Hello world (using existing definition file)
Expand Down

0 comments on commit 27f9a30

Please sign in to comment.