- Update the template to generate workflow and activity clients using custom entities
The AWS SWF build tools helps to generate several key classes based on annotated source code in customer's flow code base. The build tools jar can be downloaded from Maven by:
<dependency>
<groupId>com.amazonaws</groupId>
<artifactId>aws-swf-build-tools</artifactId>
<version>2.0.0</version>
</dependency>