Informatica · Schema

MappingTask

Represents a mapping task that executes a mapping with specific source and target connections and runtime parameters.

Address VerificationB2B GatewayCloud ServicesData GovernanceData IntegrationData ProfilingData QualityEnterprise SoftwareETLIDMCIICSMaster Data ManagementReference Data Management

Properties

Name Type Description
@type string The resource type identifier.
id string The unique identifier for the mapping task.
orgId string The organization ID that owns the task.
name string The name of the mapping task.
description string A description of the mapping task.
createTime string The time the mapping task was created.
updateTime string The time the mapping task was last updated.
createdBy string The user who created the mapping task.
updatedBy string The user who last updated the mapping task.
mappingId string The ID of the mapping that this task executes.
runtimeEnvironmentId string The runtime environment to use for execution.
scheduleId string The schedule ID if the task is scheduled.
preProcessingCmd string The command to run before the task executes.
postProcessingCmd string The command to run after the task executes.
parameters array The parameter values for this task execution. Overrides default mapping parameters.
sourceConnectionId string The source connection ID for the mapping task.
targetConnectionId string The target connection ID for the mapping task.
frsId string The federated task ID.
active boolean Whether the mapping task is active.
View JSON Schema on GitHub