<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Workflow on Dapr Docs</title><link>https://v1-18.docs.dapr.io/developing-applications/sdks/java/java-workflow/</link><description>Recent content in Workflow on Dapr Docs</description><generator>Hugo</generator><language>en</language><atom:link href="https://v1-18.docs.dapr.io/developing-applications/sdks/java/java-workflow/index.xml" rel="self" type="application/rss+xml"/><item><title>How to: Author and manage Dapr Workflow in the Java SDK</title><link>https://v1-18.docs.dapr.io/developing-applications/sdks/java/java-workflow/java-workflow-howto/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://v1-18.docs.dapr.io/developing-applications/sdks/java/java-workflow/java-workflow-howto/</guid><description>&lt;p>Let&amp;rsquo;s create a Dapr workflow and invoke it using the console. With the &lt;a href="https://github.com/dapr/java-sdk/tree/master/examples/src/main/java/io/dapr/examples/workflows">provided workflow example&lt;/a>, you will:&lt;/p>
&lt;ul>
&lt;li>Execute the workflow instance using the &lt;a href="https://github.com/dapr/java-sdk/blob/master/examples/src/main/java/io/dapr/examples/workflows/DemoWorkflowWorker.java">Java workflow worker&lt;/a>&lt;/li>
&lt;li>Utilize the Java workflow client and API calls to &lt;a href="https://github.com/dapr/java-sdk/blob/master/examples/src/main/java/io/dapr/examples/workflows/DemoWorkflowClient.java">start and terminate workflow instances&lt;/a>&lt;/li>
&lt;/ul>
&lt;p>This example uses the default configuration from &lt;code>dapr init&lt;/code> in &lt;a href="https://github.com/dapr/cli#install-dapr-on-your-local-machine-self-hosted">self-hosted mode&lt;/a>.&lt;/p>
&lt;h2 id="prerequisites">Prerequisites&lt;/h2>
&lt;ul>
&lt;li>&lt;a href="https://docs.dapr.io/getting-started">Dapr CLI and initialized environment&lt;/a>.&lt;/li>
&lt;li>Java JDK 11 (or greater):
&lt;ul>
&lt;li>&lt;a href="https://www.oracle.com/java/technologies/downloads">Oracle JDK&lt;/a>, or&lt;/li>
&lt;li>OpenJDK&lt;/li>
&lt;/ul>
&lt;/li>
&lt;li>&lt;a href="https://maven.apache.org/install.html">Apache Maven&lt;/a>, version 3.x.&lt;/li>
&lt;/ul>
&lt;!-- IGNORE_LINKS -->
&lt;ul>
&lt;li>&lt;a href="https://www.docker.com/products/docker-desktop">Docker Desktop&lt;/a>&lt;/li>
&lt;/ul>
&lt;!-- END_IGNORE -->
&lt;ul>
&lt;li>Verify you&amp;rsquo;re using the latest proto bindings&lt;/li>
&lt;/ul>
&lt;h2 id="set-up-the-environment">Set up the environment&lt;/h2>
&lt;p>Clone the Java SDK repo and navigate into it.&lt;/p></description></item></channel></rss>