Defining IICS Resume Taskflow Job Properties
The IICS Resume Taskflow job allows you to resume the execution of a taskflow that is on suspended state on the Informatica cloud application.
There are different reasons for a taskflow to run into suspended state. Once you find the cause and resolve the issue in that task, you can resume the taskflow from the same point using the taskflow instance ID. You can also decide if you want to resume or skip any failed task in the taskflow.
On the Resume 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 Instance ID
Enter the run ID of the suspended taskflow for which you want to resume the execution.
-
Resume with Faulty Task
Define if you want to resume or skip any failed sub task in the taskflow:
-
Retry
Select this option to resume a suspended taskflow instance from a faulted step.
-
Skip
Select this option to skip a faulted step and resume a suspended taskflow instance from the next step.
-
-
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 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.
-
Job Timeout Interval
The timeout interval in minutes before the Agent fails the job.
Default value: 0, indicating no timeout.
-
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.
-
The Pre-Process page allows you to define the settings of the Jobs using script statements. These statements are processed before the Resume Taskflow Job is executed, see Setting IICS Job Properties Through Scripts.
See also: