// Get the users attached to the actor member of the human task
final List users = apiAccessor.processAPI.getPossibleUsersOfPendingHumanTask(activityInstanceId, 0, Integer.MAX_VALUE);
// Get the professional email of the users
final List operations_manager = new ArrayList(users.size());
for(final User user : users){
java.lang.reflect.InvocationTargetException
org.bonitasoft.engine.bpm.connector.ConnectorExecutionException: org.bonitasoft.engine.core.connector.exception.SConnectorException: org.bonitasoft.engine.expression.exception.SInvalidExpressionException: Declared return type class java.lang.Long is not compatible with evaluated type class java.lang.Integer for expression activityInstanceId
can someone please help? i’m using latest version bonitasoft 6.3.2
Hi thank you for your response
but return type it’s disabled and i cannot change it and everytime i try to use activityinstanceId
i get the same error
i recorded a video with it’s current behavior http://screencast-o-matic.com/watch/c2QeqInP5G
can you please help i’ve been stuck with this for a while now
Bonitasoft empowers development teams with Bonita, the open-source and extensible platform to solve the most demanding process automation use cases. The Bonita platform accelerates delivery of complex applications with clear separation between capabilities for visual programming and for coding. Bonita integrates with existing solutions, orchestrates heterogeneous systems, and provides deep visibility into processes across the organization.