9 Replies Latest reply on May 19, 2016 12:12 AM by shishaozheng

    Usage of KIE WB data object with Remote REST API

    marcj

      Hey guys,

      I have some issues regarding the usage of a KIE WB data object with Remote REST API. The situation is as follows:

      - I created a data object via the KIE WB Data Modeler

      - Modeled the business process, which manipulates the data object.

      - Generated the process initiation form by using the data object is input

       

      Now I can`t figure out how the set the required initial parameters via a REST command. When just using "basic" process variables, it works like this:

       

      http://localhost:8080/jbpm-console/rest/runtime/org.jbpm:human-resources:1.0/withvars/process/hiring/start?map_name=Tom

       

      Yet, this doesn´t work when using a data object within the process. Is the combination of REST API / data object possible and if so, how?