The Fabric TDM library has built-in generic Broadway flows that can be easily adapted for the TDM of each specific data model. This article describes the generic flows that are available in a project after the TDM Library is imported.
The TDM folder in the Broadway Shared Objects folder includes generic flows that can be used to execute TDM tasks in several Logical Units. These flows do not require manual updates and handle activities like setting global variables and sync mode, loading reference tables, handling errors, populating execution statistics.
The Templates folder holds the flows used for creating DELETE and LOAD flows. Since the flows receive the Logical Unit name as an input parameter, they can be run several times for each LU.
The following discusses the structure and functionality of various generic flows.
The TDM orchestration flows manage the execution on each task's entity. The following orchestration flow are executed by the TDM execution process on each task's entity:
TDMOrchestrator - this flow runs on every LU of a load and/or delete task execution. It encapsulates all Broadway flows of the TDM task into a single flow. It includes the invocation of all steps such as initiation activities, running the delete and/or load flows, managing the TDM execution process as one transaction, error handling and statistics gathering.
TDMReserveOrchestrator - this flow runs on a Reserve only task execution. Unlike the TDMOrchestrator flow that runs on each LU, this process is only executed once by each task execution, and marks the root entities as a Reserved Entity in the TDM DB.
TDM task initialization is performed using the InitiateTDMLoad flow which includes several steps like:
The InitiateTDMLoad.flow is performed as the first step of the TDMOrchestrator task's flow.
The TDM library includes a set of flows that handle reference data.
Click to learn more about TDM Reference Implementation.
The TDM library holds templates and generic flows that can used to create a TDM implementation based on a project's data model. The templates are built using the Fabric Templates functionality which enables creating different project objects based on a predefined structure.
Click to learn how to create a TDM Implementation using generic Broadway flows.
The TDM library offers a generic error handling and statistics gathering mechanism based on Broadway capabilities tailored for TDM business requirements.
Click to learn more about TDM error handling and statistics flows.
The Fabric TDM library has built-in generic Broadway flows that can be easily adapted for the TDM of each specific data model. This article describes the generic flows that are available in a project after the TDM Library is imported.
The TDM folder in the Broadway Shared Objects folder includes generic flows that can be used to execute TDM tasks in several Logical Units. These flows do not require manual updates and handle activities like setting global variables and sync mode, loading reference tables, handling errors, populating execution statistics.
The Templates folder holds the flows used for creating DELETE and LOAD flows. Since the flows receive the Logical Unit name as an input parameter, they can be run several times for each LU.
The following discusses the structure and functionality of various generic flows.
The TDM orchestration flows manage the execution on each task's entity. The following orchestration flow are executed by the TDM execution process on each task's entity:
TDMOrchestrator - this flow runs on every LU of a load and/or delete task execution. It encapsulates all Broadway flows of the TDM task into a single flow. It includes the invocation of all steps such as initiation activities, running the delete and/or load flows, managing the TDM execution process as one transaction, error handling and statistics gathering.
TDMReserveOrchestrator - this flow runs on a Reserve only task execution. Unlike the TDMOrchestrator flow that runs on each LU, this process is only executed once by each task execution, and marks the root entities as a Reserved Entity in the TDM DB.
TDM task initialization is performed using the InitiateTDMLoad flow which includes several steps like:
The InitiateTDMLoad.flow is performed as the first step of the TDMOrchestrator task's flow.
The TDM library includes a set of flows that handle reference data.
Click to learn more about TDM Reference Implementation.
The TDM library holds templates and generic flows that can used to create a TDM implementation based on a project's data model. The templates are built using the Fabric Templates functionality which enables creating different project objects based on a predefined structure.
Click to learn how to create a TDM Implementation using generic Broadway flows.
The TDM library offers a generic error handling and statistics gathering mechanism based on Broadway capabilities tailored for TDM business requirements.
Click to learn more about TDM error handling and statistics flows.