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:

Application validation errors occurred during startup:
    An action processor has not been provided for external domain IPF_DEBULKER_DOMAIN in model IPFDEBULKMODEL
    A decision processor has not been provided for library IPF_DEBULKER_DECISIONS in model IPFDEBULKMODEL
    A mapping processor has not been provided for library IPF_DEBULKER_MAPPING_FUNCTIONS in model IPFDEBULKMODEL