Maciej Swiderski [http://community.jboss.org/people/swiderski.maciej] created the discussion
"Re: calling Java method from Service Task with multiple input parameters" To view the discussion, visit: http://community.jboss.org/message/640121#640121 -------------------------------------------------------------- Unfortunately that is the limitation of the ServiceTaskHandler implementation. It supports only one parameter of any type. So one alternatives would be use either some kind of Java bean or Map/List as parameter. Attached you can find bit enhanced version of the service task handler that allows any number of parameters to be given but of the same type, it has limitation as well ;( HTH -------------------------------------------------------------- Reply to this message by going to Community [http://community.jboss.org/message/640121#640121] Start a new discussion in jBPM at Community [http://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2034]
_______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
