dekaido commented on issue #3286:
URL: 
https://github.com/apache/incubator-kie-kogito-runtimes/issues/3286#issuecomment-2030244307

   @fjtirado I am with you, I was expecting to use the businessKey as a human 
readable identifier. Maybe the wording is wrong here, or I have another issue. 
But I can't find anything in the documentation so I expect functionality to 
work as it's stated in [this 
article](https://developers.redhat.com/blog/2020/03/20/kogito-0-8-0-features-online-editors-and-cloud-native-business-automation).
   
   >  If you wanted to start an order process correlated to the business key 
ORDER-0001, for instance, you would issue a request like this one:
   > 
   > POST /orders?businessKey=ORDER-0001
   > You would then be able to retrieve the new process instance with the new 
reference ID:
   > 
   > GET /orders/ORD-0001
   > You could also delete the process instance by sending an HTTP delete 
request with the same reference ID:
   > 
   > DELETE /orders/ORD-0001
   
   When I am creating instances with the businessKey set, POST returns success 
and a new process instance is deployed. But the service does not recognize the 
businessKey (i.e. ORD-0001) as an identifier for any GET/DELETE/etc request. 
This is where I am assuming the attribute/field is not being saved to the 
subprocess/instance.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to