Documentation for a newer release is available.
View Latest
Esta página no está disponible actualmente en Español. Si lo necesita, póngase en contacto con el servicio de asistencia de Icon (correo electrónico)
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:
|