I have camunda Bpmn with 2 services where I have created Delegates in java , While Started the the Process i am getting -
{
“type”: “RestException”,
“message”: “Cannot instantiate process definition Process_0wc7yrc:5:9f306b3e-aaf3-11ef-9366-a6b51e9d280b: ENGINE-09008 Exception while instantiating class ‘com.example.workflow.delegate.GetStudentApiDelegate’: ENGINE-09017 Cannot load class ‘com.example.workflow.delegate.GetStudentApiDelegate’: com.example.workflow.delegate.GetStudentApiDelegate”,
“code”: 0
}
SRProcess.bpmn (4.8 KB)
Shared
Can anyone help me in this