Defining IICS Run Taskflow Job Properties

{"URL":["/*.*/awa/pa_view_pa_view_TASKFLOW_JOB_iics"],"heroDescriptionIdentifier":"ice_hero_IICS_Run_Taskflow_Job","customCards":[{"id":"ice_specific_IICS_Run_Taskflow_Job","title":"Adding Run Taskflow Job Parameters","type":"customize","url":"https://docs.automic.com/documentation/webhelp/english/ALL/components/IG_IICS/*.*/Agent%20Guide/Content/IICS/IICS_Jobs_RunTaskflow.htm","languages":["en-us"]},{"id":"ice_RA_Integration_Report","title":"RA / Integration Reports","type":"customize","url":"https://docs.automic.com/documentation/webhelp/english/ALL/components/IG_IICS/*.*/Agent%20Guide/Content/IICS/IICS_Jobs_RA_Properties.htm","languages":["en-us"]},{"id":"ice_Taskflow_Run_script_IICS_Job","title":"Setting Run Task Job Properties through Scripts","type":"customize","url":"https://docs.automic.com/documentation/webhelp/english/ALL/components/IG_IICS/*.*/Agent%20Guide/Content/IICS/IICS_Script.htm","languages":["en-us"]},{"id":"ice_related_information_IICS_Run_Taskflow_Job","title":"Related Information","type":"customize","url":"https://docs.automic.com/documentation/webhelp/english/ALL/components/IG_IICS/*.*/Agent%20Guide/Content/IICS/IICS_Jobs_RunTaskflow.htm","languages":["en-us"]}]}

The IICS Run Taskflow job allows you to execute a taskflow on the Informatica cloud application.

On the Run Taskflow Job page, you define the parameters relevant to run that job on the IICS system from Automic Automation. All fields are mandatory unless specified otherwise.

  • Connection

    Select the IICS Connection object containing the relevant information to connect to the application.

    To search for a Connection object, start typing its name to limit the list of the objects that match your input

  • Taskflow Name

    Define the name of the taskflow that you want to execute.

  • Input Fields JSON (Optional)

    Define the relevant input fields to execute the taskflow in a compact JSON format.

    Input fields are data holders that carry data around a taskflow. You can use input and temporary fields to define the value of a field. Input fields provide input when you run the taskflow. The taskflow uses temporary fields internally to handle data.

  • Fail if Suspended

    This setting controls the success or failure of the job based on the state of the taskflow.

    Select the checkbox if you want the job to fail when a taskflow is suspended. Do not select the checkbox to ignore the suspended state and continue monitoring the job.

    Default value: Yes, job fail by default when a taskflow is suspended.

  • Run with Parameter Set

    Select the checkbox if you want to run the taskflow using a parameter set. Do not select the checkbox if you want to ignore the parameter set.

    Default value: No, no parameter set is used by default.

  • Parameter Set Name (Optional)

    When you select the Run with Parameter Set checkbox, the Parameter Set Name field is displayed.

    Here you can define a different parameter set, thus allowing you to override the one available in the cloud-hosted repository.

  • Job Timeout Interval

    The timeout interval in minutes before the Agent fails the job on the Automic Automation side. The job still runs in IICS.

    Default value: 0, indicating no timeout.

    When no timeout is defined, Automic Automation monitors the job on IICS until it is completed.

  • Retrieve Tasks Session Logs

    (Optional) Select when task session logs should be retrieved.

    • On Error(default)

      Task session logs are only retrieved if the job or its children fail. To see the log files, go to the Executions view and click the error on the left of the corresponding task execution. A separate session log is provided for each failed child task.

    • Always

      Task session logs are always retrieved.

Note:

The Pre-Process page allows you to define the settings of the Jobs using script statements. These statements are processed before the Run Taskflow Job is executed, see Setting IICS Job Properties Through Scripts.

See also: