How do you add Channels and Event definitions to flowable when using the flowable-oss?
There seems to be a lot of conflicting documentation and even in the Devoxx video recently its skipped over because it would take too long!
I have read the following thread over and over:
In that thread joram references how people use the plain json configurations for service orchestration:
Does this mean that these are natively created when installing flowable-oss?
When I attempt to call one for example I get
“org.flowable.common.engine.api.FlowableException: Could not find an outbound channel adapter for channel outboundCustomer”.
You can edit the .Channel and .Event files in flowable-ui\flowable-ui-app\src\main\resources\eventregistry (I had to make the eventregistry file).
In order to setup kafka or the event registry you want, you have to go into the flowable-default.properties in the flowable-ui-app and “Enable and configure Kafka” at the bottom.
Also you should ensure you are pointing at the correct database in this file.
Issue Not Closed, will update on next problem asap