Package version:

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

interface JobEntity {
    jobFriendlyName?: string;
    jobId?: string;
    jobScenarioName?: string;
    targetInstanceType?: string;
    targetObjectId?: string;
    targetObjectName?: string;
}

Properties

jobFriendlyName?: string

The job display name.

jobId?: string

The job id.

jobScenarioName?: string

The job name. Enum type ScenarioName.

targetInstanceType?: string

The workflow affected object type.

targetObjectId?: string

The object id.

targetObjectName?: string

The object name.