Documentation for a newer release is available.
View Latest
How do I use the floclient at runtime?
Once a task has been added to your flow, in order to use the floclient you need to ensure the implementation dependency has been added to your project.
This dependency is:
<dependency>
<groupId>com.iconsolutions.ipf.businessfunctions.htm</groupId>
<artifactId>ipf-human-task-manager-floclient-service</artifactId>
</dependency>
|
Failure to include this dependency will result in the following error when building the domain structures within your application:
|