loan-approval.bpmn (3.8 KB)
Hi All,
I followed the steps given in the below doc
I used the same project and built it and deployed it. I see the message for succesful deployment in the logs.
15-Jan-2022 03:39:35.689 INFO [main] org.camunda.commons.logging.BaseLogger.logInfo ENGINE-08023 Deployment summary for process archive ‘loan-approval’:
loan-approval.bpmn
15-Jan-2022 03:39:36.554 INFO [main] org.camunda.commons.logging.BaseLogger.logInfo ENGINE-07021 ProcessApplication ‘Loan Approval App’ registered for DB deployments [0921825e-75c9-11ec-90f4-e02be903a6c0]. Will execute process definitions
approve-loan[version: 1, id: approve-loan:1:09449ac0-75c9-11ec-90f4-e02be903a6c0]
Deployment does not provide any case definitions.
15-Jan-2022 03:39:36.577 INFO [main] org.camunda.commons.logging.BaseLogger.logInfo SPIN-01010 Discovered Spin data format provider: org.camunda.spin.impl.json.jackson.format.JacksonJsonDataFormatProvider[name = application/json]
15-Jan-2022 03:39:36.583 INFO [main] org.camunda.commons.logging.BaseLogger.logInfo SPIN-01010 Discovered Spin data format provider: org.camunda.spin.impl.xml.dom.format.DomXmlDataFormatProvider[name = application/xml]
15-Jan-2022 03:39:36.599 INFO [main] org.camunda.commons.logging.BaseLogger.logInfo SPIN-01009 Discovered Spin data format: org.camunda.spin.impl.xml.dom.format.DomXmlDataFormat[name = application/xml]
15-Jan-2022 03:39:36.600 INFO [main] org.camunda.commons.logging.BaseLogger.logInfo SPIN-01009 Discovered Spin data format: org.camunda.spin.impl.json.jackson.format.JacksonJsonDataFormat[name = application/json]
15-Jan-2022 03:39:36.608 INFO [main] org.camunda.commons.logging.BaseLogger.logInfo ENGINE-08050 Process application Loan Approval App successfully deployed
But when I login into Cockpit, I don’t see the deployed process there. Please advise.
The BPMN file is attached for your reference. I did not make any change in the code.
Thanks