Skip to Main Content

Integration

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Instanciate a process but need a pre call first

Kronos72itSep 11 2013 — edited Sep 11 2013

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

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Oct 9 2013
Added on Sep 11 2013
2 comments
312 views