taskStep

taskStep
taskStep
JSON Example
{
    "title": "string",
    "type": "string",
    "status": "string",
    "progress": 0,
    "startTime": 0,
    "endTime": 0,
    "message": "string",
    "jobId": "string",
    "children": [
        {
            "title": "string",
            "type": "string",
            "status": "string",
            "progress": 0,
            "startTime": 0,
            "endTime": 0,
            "message": "string",
            "parentJobId": "string",
            "jobId": "string",
            "location": "string"
        }
    ],
    "errors": [
        {
            "code": "string",
            "message": "string"
        }
    ],
    "warnings": [
        {
            "message": "string"
        }
    ]
}
string
title
Optional

title

string
type
Optional

type

string
status
Optional

status

Possible values are : RUNNING, QUEUED, SUCCESS, FAILED, FAILED_WITH_WARNING,
integer
progress
Optional

progress

integer As int64 As int64
startTime
Optional

startTime

integer As int64 As int64
endTime
Optional

endTime

string
message
Optional

message

string As uuid As uuid
jobId
Optional

jobId

children
Optional

children

array of error
errors
Optional

errors

array of warning
warnings
Optional

warnings

Property Of