I´ve got to deploy my bpmn20.xml documents with the API Rest and it works without problems, but now I wonder how can I deploy all custom classes used in my process. Because in the user guide you say explicitly that this classes should be present on the engine's classpath and, how can i do this if the engine runs in another machine? The service Rest doesn´t offer me this service, does it?
Currently, there is no way of deploying java-classes via Rest or the API.
In the future we would like to make it possible to load custom java-classes that are present in the deployed .bar files, but no specific timing on that for now.