Facing issue while starting boot application

Hi All,

I am facing below issue while starting spring boot application.

  • One of the attributes ‘class’, ‘delegateExpression’, ‘type’, or ‘expression’ is mandatory on serviceTask. | CRM_Operations.bpmn | line 29 | column 68
  • One of the attributes ‘class’, ‘delegateExpression’, ‘type’, or ‘expression’ is mandatory on serviceTask. | CRM_Operations.bpmn | line 102 | column 78
  • One of the attributes ‘class’, ‘delegateExpression’, ‘type’, or ‘expression’ is mandatory on serviceTask. | CRM_Operations.bpmn | line 219 | column 82
  • One of the attributes ‘class’, ‘delegateExpression’, ‘type’, or ‘expression’ is mandatory on serviceTask. | CRM_Operations.bpmn | line 267 | column 68
    org.camunda.bpm.engine.ProcessEngineException: ENGINE-09005 Could not parse BPMN process. Errors:

at above-mentioned lines in log are related to service tasks where I have used http-connector .

I am using http connector to call sugar apis from camunda. Therefore, I have configured the flow as below.

Unsure, why it is expecting a delegateExpression as I am using connetor to perform the job.

Cheers,
Abhishek

Hi @camundaabhishek,

just add the dependency for the conncetor plugin to your project.

Hope this helps, Ingo

Thanks @Ingo_Richtsmeier it helped me.