I have tried this embedded:deployment:TEST_FORM.html
where the deployment shows like this:
/Users/brent.fisher/work/intapi-payment-process-manager/server/build/resources/main/forms
TEST_FORM.html
I deployed it from code:
springProcessEngineConfiguration.setCreateIncidentOnFailedJobEnabled(true)
Resource[] resources = [
new ClassPathResource(‘bpmn-diagrams/EarlyPaymentProcess.bpmn’),
new ClassPathResource(‘bpmn-diagrams/PaymentBatchProcess.bpmn’),
new ClassPathResource(‘bpmn-diagrams/PrivateBankResponseProcess.bpmn’),
new ClassPathResource(‘bpmn-diagrams/TestProcessUI.bpmn’),
new ClassPathResource(‘forms/TEST_FORM.html’),
]
springProcessEngineConfiguration.setDeploymentResources(resources)
unfortunately, the task list isn’t able to load it here either:
" Form failure: Resource TEST_FORM.html not found in deployment"