The Documents plugin can be easily added to your custom FlowX.AI deployment to enhance the core platform capabilities with functionality specific to document handling.
..in
topic names configured for the plugin should match the ..out
topic names used when configuring the engine. Make sure to use an outgoing topic name that matches the pattern configured in the Engine. The value can be found and overwritten in the KAFKA_TOPIC_PATTERN
variable.For more details about Process Engine Kafka topic configuration, click here.To make a request to the plugin, the process definition needs to include an action of type Kafka send defined on a Send Message Task node. The action parameter should have the key topicName
and the corresponding topic name as its value.To receive a reply from the plugin, the process definition needs to include a Receive Message Task node with a node value having the key topicName
and the topic name as its value.