Deploy error while deploying a process model with connectors

Hi,

I have attached a sample bpmn file. I took this example from the camunda forum. When i try to deploy it. I am getting the below error.I did not make any change to it.

kishore_test.bpmn (7.1 KB)

ENGINE-09005 Could not parse BPMN process. Errors:

  • One of the attributes ‘class’, ‘delegateExpression’, ‘type’, or ‘expression’ is mandatory on serviceTask. | kishore_test.bpmn | line 7 | column 75 [ deploy-error ]

Hi @Kishore,

you have to fix this issue Deployment error while using a http connector first.

There is no need to open a new topic for the same error.

Cheers, Ingo

Hi @Ingo_Richtsmeier,

I referred the connectors topic . But on adding the connector dependcies to the pom.xml file.the issue is not solved…I need the versions of each connectors to solve the issue. But I am not able to find the versions

Hi @Kishore,

if you add the dependency management from the docs (https://docs.camunda.org/get-started/apache-maven/) to your pom, maven will manage all versions regarding Camunda for you.

Hope this helps, Ingo

Hi @Ingo_Richtsmeier

So I have to add the dependency management to my pom.xml file.and the maven will take care of the versions

After which I have to also add all the connector dependcies which was mentioned in the connector topic in Camunda docs to the dependency file.

Hi @Ingo_Richtsmeier

Thanks a lot. I have got a clear cut idea on configuring the connectors. Another one final clarification. In our previous chat , you have mentioned the below:

if you add the dependency management from the docs (https://docs.camunda.org/get-started/apache-maven/ ) to your pom, maven will manage all versions regarding Camunda for you.

So i should add the dependency management to my pom file right?
After which the maven will take care of the versions…

I hope, I am right.

Hi @Ingo_Richtsmeier

The connector issue got solved and the deployment is completed. Thank you so much for comments.It helped me a lot

Hi @Ingo_Richtsmeier,

When i tried to start a process instance , I am getting the below error. I tried to start the process using Postman Rest API client . I passed an empty JSON

{
“type”: “RestException”,
“message”: “Cannot instantiate process definition GetHoliday:1:af236818-71d4-11ea-a4bb-621a1d4f98c2: ENGINE-09024 Unable to find resource at path parseHoliday.js”
}