When a sorter transformation is included in a Mapping that is run in a Workflow, when does the data sort occur?
Choose Answer
(A)
Before the Workflow runs.
(B)
After the Workflow runs.
(C)
Either before or after the Workflow runs, depending on the sorter properties.
(D)
During the time the Workflow runs (Session Task run time).
Workflow is nothing but an interface to run your mapping.
ReplyDeleteData moves from one transformation to other transformation as designed in mapping means data will be sorted duting data load.
You can consider this as during the workflow.