Hello!
I've been working in a project with Oracle 12c BPM and ADF.
I created my BPM process and ADF project (ADF Task Flow Base on Human Task).
Everything is OK until now.
I have to pass to my ADF pages the name and description of each activities created in BPM process.
I've already passed the name of the activity by the predefined variable (activityName). But I've not found yet a predefined variable or other way to retrieve the description of the activities. Is there one?
I've already known to retrieve the information in documentation tab by taskDocumentationBean(oracle.bpel.services.workflow.worklist.adf.TaskDocumentationBean). But it's not what i need to.
Thanks,
Rodrigo
