0 Replies Latest reply on Jan 7, 2016 4:32 AM by np97190

    Filling form with REST.

    np97190

      Hi All,

       

      I have a process in jbpm which has, Start ->human task->end, structure.

      human task has a form associated which has two fields 'First Name' and 'Last Name'.

       

      I am trying to handle this workflow completely with REST calls. So far I am able to do following:

           1. get process details to start it through rest (/rest/deployment/processes)

           2. start process with REST call. (/runtime/{deploymentId}/process/{processDefId}/start)

           3. get the task associated to the user. (rest/task/query)

        Can someone guide me to achieve following

      1. start task with (/rest/task/start).

      2. get form fields and fill them with some rest query and end the task.

       

      Kindly help me with this.