Table of Contents

Search

  1. Preface
  2. Taskflows and linear taskflows
  3. Taskflows
  4. Linear taskflows

Taskflows

Taskflows

Taskflow log file contents

Taskflow log file contents

The header of the log file contains information such as the time stamp when the file was downloaded, user ID, and the status of the taskflow at the time of downloading the log file. The body of the log file contains the following information:
Field
Type
Description
assetName
String
Name of the taskflow.
The taskflow name also includes the custom name, if you had added a custom name to the taskflow using an API or the RunAJob utility.
assetType
String
Type of the object. Returns the value TASKFLOW.
duration
String
Time in seconds that the taskflow ran before it completed, was suspended, was failed, or was stopped.
endTime
Date/time
End time for the taskflow run. Uses Coordinated Universal Time (UTC).
location
String
Project and folder path where the taskflow is saved.
runId
Long
Run ID for the taskflow.
URL
String
The log resource URL generated by Data Integration. The log file will contain one URL corresponding to the taskflow and as many URLs as the subtasks within the taskflow.
runtimeEnv
String
The name of the application node where the taskflow runs.
runtimeEnvName
String
Name of the runtime environment where the taskflow runs.
startTime
Date/time
Start time for the taskflow run. Uses Coordinated Universal Time (UTC).
startedBy
String
Name of the user who first started the taskflow.
status
String
Execution status of the taskflow.
Returns one of the following values:
  • RUNNING. The taskflow is running.
  • SUCCESS. The taskflow completed successfully.
  • FAILED. The taskflow did not complete because it encountered errors.
  • SUSPENDED. The taskflow run was suspended.
subtasks
String
Number of subtasks that the taskflow contains.
updateTime
Date/time
Last time the taskflow run status was updated. Uses Coordinated Universal Time (UTC).
statusCode
String
Status code of the taskflow. The status code can be one of the following values:
  • 1 - Running or CHILD_SUSPENDED
  • 2 - Suspended
  • 3 - Success
  • 4 - Failed
  • -1 - Default
errorMessage
String
Error message string.
subtaskDetails
String
Object that contains status details for all subtasks in the taskflow.
details
String
Status details. Includes status information for each subtask in the tasks object.
tasks
Collection
Status information for all subtasks that the taskflow contains.

0 COMMENTS

We’d like to hear from you!