Process could not be started

hello,
when i try to instantiate a process it is giving an error
The Process could not be started
actually the service task in the bpm is liked with the java class.
In the error it shows cannot load class as shown in the image below

code and the file structure

and here is the Process

Can you upload you process and any code you’ve added.
Take a look at the Style Guide when you post any questions to help get better answers.

hey @Niall thankyou for reply. I have added the snaps.

You need to upload the bpmn file itself so i can take a look at the execution semantics.

process.bpmn (4.6 KB)
here is the bpmn file

Thanks for that.
In your model you’ve linked to the file location of the class
jetbrains://idea/navigate/reference?project=Version1&fqn=org.example.LoggerDelegate
You should be linking to the qualified name - which is just
org.example.LoggerDelegate

That should work.