Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface JobEntity

Package version

interface

An interface representing JobEntity. This class contains the minimal job details required to navigate to the desired drill down.

Hierarchy

  • JobEntity

Index

Properties

Optional jobFriendlyName

jobFriendlyName: undefined | string
member

{string} [jobFriendlyName] The job display name.

Optional jobId

jobId: undefined | string
member

{string} [jobId] The job id.

Optional jobScenarioName

jobScenarioName: undefined | string
member

{string} [jobScenarioName] The job name. Enum type ScenarioName.

Optional targetInstanceType

targetInstanceType: undefined | string
member

{string} [targetInstanceType] The workflow affected object type.

Optional targetObjectId

targetObjectId: undefined | string
member

{string} [targetObjectId] The object id.

Optional targetObjectName

targetObjectName: undefined | string
member

{string} [targetObjectName] The object name.

Generated using TypeDoc