Flowable camel service task

Hi,

I was just reading through the camel task documentation.What does this line exactly denote

from(“flowable:SimpleCamelCallProcess:simpleCall”).
What is SimpleCamelCallProcess? - Id of the process or name of the process?

What is simpleCall? - Id of the camel service task or name of the camel service task?

Thanks in advance!

Hey @Midhun,

Have you had a look at the Camel Service Task in our documentation?

From there you can see the following

Endpoint URL Part Description
flowable refers to the engine endpoint
SimpleCamelCallProcess name of the process
simpleCall name of the Camel service in the process

Cheers,
Filip