Hi,
I've started recently to use Oracle BPM Suite, so I can be considered a newbie at it.
Recently I had to create a Human Task that has to allow users to add their documentation as attachments, but it has to integrate the documentation with their own content management system. I've read on the Modeling and Implementation Guide (chapter 25.3.9). It says that:
- In the Comments Callback field, enter the appropriate Java class for the notes callback.
- In the Attachments Callback field, enter the appropriate Java class for the attachments callback.
But then, the guide doesn't describe which interface have these Java classes to implement or which methods have to be provided. So, my questions about these callbacks are:
1) Are they thought to be used to do some tasks in setting/downloading attachments or comments?
2) Does somebody know which interfaces have to be implemented by the classes?