I'm creating a web application using Bonita soft
bpm API.
I've called '/API/bpm/userTask/[taskId]/contract'
and it returned :
{
"inputs": [],
"constraints": []
}
but the task has many input fields in the view.
why the response is like that ?
and what does this method must return?
this is view of the create role task with id 560008
ui designer :
and this is the result of the api call with empty arrays response.
How can I show the view of task (the green box on the right panel) in my web application?
(notice that I can't using the iframe in my web application on another host and ip because of CORS.)
please help me if you have any solution...