Java Class as Business Data

hi All,

Is it possible to add 1 java class which is defined in Task package as Business Data for that task?

I can see only Wrapper classes and a ‘Document Reference’ option available to add as Business Data in Task ‘Overview’ page.

Kind regards,
Raja sekhar Kintali

Not if you want that object to flow through the process pipeline. If you just want to keep that object internal to the task itself, then yes.

The easiest way would be to go to the Task Overview page. Find the bindings view, and the Business Data node in that tree. Select Add->Data and choose your java object. That object must be serializable though.

Regards,
–mark