Claus Ibsen created CAMEL-16468:
-----------------------------------
Summary: camel-jbpm - Expose
org.apache.camel.component.jbpm.JBPMProducer.Operation
Key: CAMEL-16468
URL: https://issues.apache.org/jira/browse/CAMEL-16468
Project: Camel
Issue Type: Improvement
Components: camel-jbpm
Reporter: Claus Ibsen
Assignee: Maciej Swiderski
Fix For: 3.x
See this blog
https://blog.kie.org/2021/04/how-to-interact-with-business-processes-using-camel-routes.html
The enum in the producer class is not public.
We should make it public, and make it easier to set the operation because you
need the prefix + the enum value.
CamelJBPMOperationstartProcess
CamelJBPMOperationabortProcessInstance
...
And we should make it ignore case, so you can use nicer names.
CamelJBPMOperationStartProcess
Also not sure why we need this prefix. So we can likely also support it without
the prefix.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)