Deploy a workflow
Related resources​
Prerequisites​
- Running Zeebe broker with endpoint
localhost:26500
(default)
WorkflowDeployer.java​
final DeploymentEvent deploymentEvent =
client.newDeployCommand()
.addResourceFromClasspath("demoProcess.bpmn")
.send()
.join();
demoProcess.bpmn​
Download the XML and save it in the Java classpath before running the example. Open the file with Zeebe Modeler for a graphical representation.