February 2019
Intermediate to advanced
446 pages
10h 55m
English
Before defining workflows and writing code to execute them, we need to wire the initial setup. We can do that using the following three steps:
<dependency> <groupId>com.netflix.conductor</groupId> <artifactId>conductor-common</artifactId> <version>2.6.0</version></dependency><dependency> <groupId>com.netflix.conductor</groupId> <artifactId>conductor-client</artifactId> <version>2.6.0</version></dependency>
conductor: server: uri: http://localhost:8080/api/ ...
Read now
Unlock full access