-
Type:
Feature Request
-
Resolution: None
-
Priority:
L3 - Default
-
None
-
Affects Version/s: None
-
Component/s: None
User Story (Required on creation):
As an application running an embedded Camunda BPMN engine, I would like to ingest data from various external data sources utilizing SQL Loader CTL scripts.
Functional Requirements (Required before implementation):
Data Ingestion via Java Delegate/Code is inefficient and takes too much time. Optimize the application data ingestion process by using SQL Loader CTL scripts.
Technical Requirements (Required before implementation):
We are implementing BPMN processes using Java Delegates.
We currently have an SQL Loader CTL script that needs to run in order to ingest data from various data sources. This script needs to be executed and monitored by a BPMN process which will either return a success or error code for the targeted data source.
We are unable to locate a suitable Camunda delegate pattern (java delegate, scripting, external task, etc.) to implement this feature.