Workflows form a pluggable abstraction that allows DSBulk to execute virtually any kind of operation.
This module groups together submodules related to workflows:
- The dsbulk-workflow-api submodule contains the Workflow API.
- The dsbulk-workflow-commons submodule contains common base classes for workflows, and especially configuration utilities shared by DSBulk's built-in workflows (load, unload and count).
- The dsbulk-workflow-load submodule contains the Load Workflow.
- The dsbulk-workflow-unload submodule contains the Unload Workflow.
- The dsbulk-workflow-count submodule contains the Count Workflow.