tasklist

Integrating ADF & Bonita + Actionable email (Appoval via Email)

hi all,

i'm new to this Bonita BPM Engine and trying to integrate bonita to adf application (12.2.1). can i merge the bonita tasklist to one of my adf page ? or i have to built the Bonita REST Api then from my adf application will consume that REST Api and show the returned data in my adf Application ?

and then does Bonita support the actionable email like Oracle BPM ? so the approver will get notification from email and then he can approve/reject from that email by replying the email.

Get TaskInstance Id

Hello!

Currently i'm working on a proof of concept for my work.
I want a user taskList to load all the refused "requests" from a user inside my page. I did this with the API:
../API/bdm/businessData/com.company.model.CompensationRequest?q=findByUserAndStatus&p=0&c=10&f=userId={{session.user_id}}&f=status=refused

Notifications