3 Replies Latest reply on Nov 4, 2014 3:26 AM by swiderski.maciej

    How to make a process instance go on with jBPM6 using jbpm-console rest API?

    hari6025

      Hi Team,

       

      We are using jbpm console to trigger the process using rest API.We are using some custom node to execute some specific task on it, (kind of shipment update on where it will notify after a day as well). During this case we will be having process instanceId alone for the respective process. If we get the response from the shipment partner i would like to proceed further execution using that process instanceId.

      Have seen this in restAPI of console. Below one is specific to workItem.

      [POST] /runtime/{deploymentId}/workitem/{workItemId}/complete.

       

      Looking for some guidance on this how to implement it. (To Hold and resume the process at any node using processInstanceId)