Is there a way to save the XML/BPMN definition in act_ge_bytearray table of camunda?
I have to basically read and write from this table and have to store pre-canned BPMN templates from the user to this table directly.
Is there any way to do this using Camunda SDK? Please guide me on how to achieve this.
@aravindhrs I need to keep the templates with me and have to deploy on on-demad basis.
I need a mechanism to store them in the above mentioned table using camunda sdk if there is a way of doing that at all.
The deployment procedure is clear to me but thanks for explaining it anyway
Your requirement is to deploy the bpmn on-demand basis. So you can use this rest api to deploy the bpmn file, which will save the bpmn file as xml format (BLOB) in act_ge_bytearray table.
You need invoke camunda server rest api url like below:
Multipart form-data:
POST : http://< hostname>:< port>/< context-path>/deployment/create