hello, flowable-modeler allows to download .bpmn definition by clicking ‘download’ button on process-definition screen (that button links to URI /flowable-modeler/app/rest/models/<process_definition_id>/bpmn20?version=<timestamp_millis>).
It would be very convenient to have similar ‘download/export’ button on form-overview screen, instead of querying ACT_FO_FORM_RESOURCE table in SQL client for RESOURCE_BYTES_.
hi,
thanks for your reply,
i need to get the form properties dynamically when user click their task before they complete it.
I used “formService.getRenderedTaskForm”, but it warns me “Form with formKey ‘createGeneralWorkOrderForm’ does not exist”.And the form really exist.
You can use the getFormModelByKey method in the FormRepositoryService (part of the flowable-form-api and flowable-form-engine modules). This will return the form definition in a Java POJO model.