JobEntity interface
This class contains the minimal job details required to navigate to the desired drill down.
Properties
job |
The job display name. |
job |
The job id. |
job |
The job name. Enum type ScenarioName. |
target |
The workflow affected object type. |
target |
The object id. |
target |
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