Invoke > Runtime tasks for processes > Running a process
  

Running a process

After you publish a process, you can run a process to test it. You can create process inputs and run the process with process inputs. After you run the process, you can view details of the successful and unsuccessful executions of the process instances.
The following video shows you how to create process inputs and test a process with process inputs:
https://knowledge.informatica.com/s/article/DOC-18509

Creating a process input

After you publish a process, you can create a process input and use it to run a process for testing purposes. You can also create multiple process inputs and run a process with all the inputs.
You can create a process input in the JSON or XML format. Then, validate and save the process input.
When you export, copy, or move a process that contains process inputs, the process inputs are also retained.
    1On the Explore page, navigate to the process for which you want to create a process input.
    2On the Actions menu, click Run Using.
    The Test Process Input Collection page opens.
    The following image shows the Test Process Input Collection page:
    The image shows the Test Process Input Collection page.
    3Click New Input.
    4Enter a name for the process input and click Save.
    The name of the process input must not exceed 80 characters.
    The Process Input section is populated with the input fields required for the process.
    The following image shows the Process Input section populated with input fields for an Employee process object:
    The image shows the Process Input section populated with input fields for an Employee process object.
    5From the Encoding list, select JSON or XML based on the format that you want to work with and specify the process input.
    Note: If the process contains input fields with space characters in them, select JSON as the encoding type.
    6Click the Validate icon to validate the syntax of the process input.
    A confirmation message appears stating if the validation was successful or not. If the validation fails, correct the syntax of the process input, and validate again.
    7Click Save to save the process input.
    You can click Save As to save the process input with a different name. You can also click the Reset icon reset a process input to the last saved process input.
After you create process inputs, you can run the process with the required inputs.

Running a process with process inputs

After you publish a process and create process inputs, you can run the process with process inputs to test it. After you run the process, you can view details of the successful and unsuccessful executions of the process instances.
    1On the Explore page, navigate to the process that you want to run with one or more process inputs.
    2Perform one of the following steps:
    Note: The Run and Run Using options are disabled if the process contains unsaved or unpublished changes. To run the process, you must save and publish the process again.
    3 Perform one of the following steps:
    Application Integration runs the process with the specified inputs. After the process execution is complete, the Process Execution Status page opens displaying details of the successful and unsuccessful process executions. For long running processes, it might take some time for the Process Execution Status page to appear.
    The following image shows the Process Execution Status page:
    The image shows the Process Execution Status page.
    4Click the links under the Successful executions or Unsuccessful executions sections to view details of the process execution.
    The process run ID is appended to the link. You can use the run ID to verify the process execution details in the Application Integration Console.

Deleting a process input

You can delete a process input if you do not need it.
    1On the Explore page, navigate to the process for which you want to delete a process input.
    2On the Actions menu, click Run Using.
    The Test Process Input Collection page opens.
    The following image shows the Test Process Input Collection page:
    The image shows the Test Process Input Collection page.
    3Select the process input that you want to delete, and click the Delete icon.
    A message appears prompting you to confirm the process input deletion.
    4Click Delete to proceed with the deletion or click Cancel to cancel the deletion.

Rules and guidelines for process inputs

Consider the following rules and guidelines when you create process inputs to run a process: