Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • ExternalActivityInfo

Index

Constructors

constructor

  • Initializes a new instance of the {@link geocortex.workflow.ExternalActivityInfo} class.

    class

    Represents an external activity of a workflow.

    constructs

    Returns ExternalActivityInfo

  • Initializes a new instance of the {@link geocortex.workflow.ExternalActivityInfo} class.

    Parameters

    • id: string

      The ID of the external activity.

    • displayName: string

      The name of the external activity.

    • typeName: string

      The type name of the external activity.

    • instanceId: string

      The instance Id of the external activity.

    • externalId: string

      The external Id of the external activity.

    • syncToken: string

      The sync Token of the external activity.

    • isComplete: boolean

      Indicates whether the external activity is complete.

    • inputs: ArgumentInfo[]

      The inputs of the external activity.

    • outputs: ArgumentInfo[]

      The outputs of the external activity.

    Returns ExternalActivityInfo

Properties

debug

debug: boolean

Indicates whether the activity should be debugged.

type

Boolean

displayName

displayName: string

The display name of the {@link geocortex.workflow.ExternalActivityInfo}.

type

String

externalId

externalId: string

The external Id of the {@link geocortex.workflow.ExternalActivityInfo}.

type

String

id

id: string

The ID of the {@link geocortex.workflow.ExternalActivityInfo}.

type

String

inputs

inputs: ArgumentInfo[]

The input {@link geocortex.workflow.ArgumentInfo}s of the {@link geocortex.workflow.ExternalActivityInfo}.

type

ArgumentInfo[]

instanceId

instanceId: string

The instance Id of the {@link geocortex.workflow.ExternalActivityInfo}.

type

String

isAborted

isAborted: boolean

Whether the {@link geocortex.workflow.ExternalActivityInfo} has been aborted for any reason.

type

Boolean

isComplete

isComplete: boolean

Whether the {@link geocortex.workflow.ExternalActivityInfo} is complete.

type

Boolean

outputs

outputs: ArgumentInfo[]

The output {@link geocortex.workflow.ArgumentInfo}s of the {@link geocortex.workflow.ExternalActivityInfo}.

type

ArgumentInfo[]

syncToken

syncToken: string

The syncToken of the {@link geocortex.workflow.ExternalActivityInfo}.

type

String

typeName

typeName: string

The type name of the {@link geocortex.workflow.ExternalActivityInfo}.

type

String

Methods

Private _configureObject

  • _configureObject(restObject: any): void
  • Parameters

    • restObject: any

    Returns void