IICS API Version V2 Connector Guide > IICS API Version V2 Connector Processes > Process with IICS API Version V2 Connector Example
  

Process with IICS API Version V2 Connector Example

You can create an Application Integration process to create a mapping task in Informatica Cloud.
You can provide an agent ID for the Secure Agent and a mapping ID for the mapping you want to use in the mapping task. You can also use other services available in IICS API Version V2 Connector for mapping task process orchestration.
For example, you can perform the following tasks to create a mapping task:
  1. 1Create an IICS API Version V2 connection to connect to Informatica Cloud.
  2. 2Create a process and configure the Login service to login to Informatica Cloud.
  3. 3Configure the List Agents service to retrieve all the agents in the organization.
  4. 4Retrieve the agent ID of the Secure Agent on which you want to run the task by configuring a data decision step.
  5. 5Configure the List Mappings service to get a list of all the mappings in the organization.
  6. 6Retrieve the mapping ID of the mapping you want to use in the task by configuring a data decision step.
  7. 7Pass the mapping ID and agent ID to the Create Mapping Configuration Task service.
  8. 8Configure the Logout service to log out of Informatica Cloud.
  9. 9Save, publish, and run the process.
The Create Mapping Configuration Task service uses the agent ID and mapping ID to create a Mapping Configuration task.