Options
All
  • Public
  • Public/Protected
  • All
Menu

Namespace TaskRunSummary

The information about a task run.

Properties

Optional bytesProcessed

bytesProcessed: undefined | number

Number of bytes processed in task run. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.

Optional description

description: undefined | string

Detailed description for the object.

Optional endTimeMillis

endTimeMillis: undefined | number

The task run end time. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.

Optional identifier

identifier: undefined | string

Value can only contain upper case letters, underscore, and numbers. It should begin with upper case letter or underscore. The value can be modified.

Optional inputs

inputs: undefined | object

A map of the configuration provider input bindings of the run.

Optional key

key: undefined | string

The object key.

Optional lastUpdated

lastUpdated: undefined | number

The date and time the task run was last updated. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.

Optional metadata

metadata: model.ObjectMetadata

Optional modelType

modelType: undefined | string

The object type.

Optional modelVersion

modelVersion: undefined | string

The object's model version.

Optional name

name: undefined | string

Free form text without any restriction on permitted characters. Name can have letters, numbers, and special characters. The value is editable and is restricted to 1000 characters.

Optional objectStatus

objectStatus: undefined | number

The status of an object that can be set to value 1 for shallow references across objects, other values reserved. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.

Optional objectVersion

objectVersion: undefined | number

The version of the object that is used to track changes in the object instance. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.

Optional parentRef

parentRef: model.ParentReference

Optional reRunType

reRunType: ReRunType

Supported re-run types

Optional recordsWritten

recordsWritten: undefined | number

Number of records processed in task run. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.

Optional refTaskRunId

refTaskRunId: undefined | string

Reference Task Run Id to be used for re-run

Optional startTimeMillis

startTimeMillis: undefined | number

The task run start time. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.

Optional status

status: Status

status

Optional stepId

stepId: undefined | string

Step Id for running from a certain step.

Optional taskType

taskType: TaskType

The type of the task for the run.

Functions

getDeserializedJsonObj

getJsonObj