Hi, I am coding a process with START NODE and USER TASK with initiator , but I need to display a data ( coming from DB and process based on specific logic) on user interface od related HUMAN TASK .
Typically it is nice idea to create a WS to retrieve the data and call this WS from workflow
BUT I can't add another flow object between NODE START and USER initiator Task .
As temporary solution I created an Application Managed ENTITY MANAGER and read data on DB from backing bean related to ADF web page of the Human Task implementation .
I think this is just a patch but is not a correct , "SOA like", solution .
How I can implement the solution via WS or do you have another good solution ???
thanks