RE: What is a mapping, session, worklet, workflow, mapplet?
Session: A session is a set of instructions that tells the Informatica Server how and when to move data from sources to targets. Mapplet: Mapplet is the set of transformation which we can make for reusability.It is a whole logic. Workflow: it is the pipeline which pass or flow the data from source to target.
RE: What is a mapping, session, worklet, workflow, mapplet?
Mapping - represents the flow and transformation of data from source to taraget. Mapplet - a group of transformations that can be called within a mapping. Session - a task associated with a mapping to define the connections and other configurations for that mapping. Workflow - controls the execution of tasks such as commands emails and sessions. Worklet - a workflow that can be called within a workflow.