Job interface

The Job object.

Properties

callBackEndpoint

The callback endpoint.

id

The job id.

jobExecutionReport

Job execution report- Array of KeyValue pairs object.

resultMetaData

Array of KeyValue pairs.

reviewId

Review Id if one is created.

status

The status string (<Pending, Failed, Completed>).

teamName

The team name associated with the job.

type

Type of the content.

workflowId

The Id of the workflow.

Property Details

callBackEndpoint

The callback endpoint.

callBackEndpoint?: undefined | string

Property Value

undefined | string

id

The job id.

id?: undefined | string

Property Value

undefined | string

jobExecutionReport

Job execution report- Array of KeyValue pairs object.

jobExecutionReport?: JobExecutionReportDetails[]

Property Value

resultMetaData

Array of KeyValue pairs.

resultMetaData?: KeyValuePair[]

Property Value

reviewId

Review Id if one is created.

reviewId?: undefined | string

Property Value

undefined | string

status

The status string (<Pending, Failed, Completed>).

status?: undefined | string

Property Value

undefined | string

teamName

The team name associated with the job.

teamName?: undefined | string

Property Value

undefined | string

type

Type of the content.

type?: undefined | string

Property Value

undefined | string

workflowId

The Id of the workflow.

workflowId?: undefined | string

Property Value

undefined | string