JobEntity interface

This class contains the minimal job details required to navigate to the desired drill down.

Properties

jobFriendlyName

The job display name.

jobId

The job id.

jobScenarioName

The job name. Enum type ScenarioName.

targetInstanceType

The workflow affected object type.

targetObjectId

The object id.

targetObjectName

The object name.

Property Details

jobFriendlyName

The job display name.

jobFriendlyName?: string

Property Value

string

jobId

The job id.

jobId?: string

Property Value

string

jobScenarioName

The job name. Enum type ScenarioName.

jobScenarioName?: string

Property Value

string

targetInstanceType

The workflow affected object type.

targetInstanceType?: string

Property Value

string

targetObjectId

The object id.

targetObjectId?: string

Property Value

string

targetObjectName

The object name.

targetObjectName?: string

Property Value

string