W wersji systemu PlusWorkflow 3.1.15 umożliwiono pobranie data source za pomocą API.

Zalecane jest, aby właśnie w taki sposób pobierać data source przez moduły, które go potrzebują. Dzięki temu nie będzie potrzeby dostosowywania takich modułów np.: dla systemu obsługującego wiele baz danych.
DataSource dataSource = DataSourceFactory.getDataSource();

In PlusWorkflow version 3.1.15, it was made possible to download data source via API.

It is recommended that this is how the data source is taken by the modules that need it. This way there will be no need to customize such modules, for example: for a system that supports multiple databases.
DataSource dataSource = DataSourceFactory.getDataSource();