Options
All
  • Public
  • Public/Protected
  • All
Menu

Class WorkflowConstants

Constants for workflow related APIs.

export

Hierarchy

  • WorkflowConstants

Index

Properties

Static ARCHIVE_WORKFLOW

ARCHIVE_WORKFLOW: string = "operations/archive"

URI base for archiving workflow API

static
memberof

WorkflowConstants

Static ARCH_WORKFLOW_RESOURCE

ARCH_WORKFLOW_RESOURCE: string = "archivedworkflows"

URI base for workflows API.

static
memberof

WorkflowConstants

Static CANCEL_WORKFLOW

CANCEL_WORKFLOW: string = "operations/cancel"

URI base for canceling workflow API.

static
memberof

WorkflowConstants

Static LIST_WORKFLOWS

LIST_WORKFLOWS: string = "operations/list"

URI base for list workflows from registry API.

static
memberof

WorkflowConstants

Static RESOURCE

RESOURCE: string = "/zosmf/workflow/rest"

URI base for workflow API.

static
memberof

WorkflowConstants

Static START_WORKFLOW

START_WORKFLOW: string = "operations/start"

URI base for starting workflow API.

static
memberof

WorkflowConstants

Static WF_NAME

WF_NAME: string = "workflowName"

URI base for filtering workflow by name API.

static
memberof

WorkflowConstants

Static WORKFLOW_DEFINITION

WORKFLOW_DEFINITION: string = "workflowDefinition"

URI base for workflows API.

static
memberof

WorkflowConstants

Static WORKFLOW_RESOURCE

WORKFLOW_RESOURCE: string = "workflows"

URI base for workflows API.

static
memberof

WorkflowConstants

Static ZOSMF_VERSION

ZOSMF_VERSION: string = "1.0"

Version of the z/OSMF

static
memberof

WorkflowConstants

Static category

category: string = "category"

URI base for filter workflows from registry API.

static
memberof

WorkflowConstants

Static filePath

filePath: string = "definitionFilePath"

URI base for filePath for workflow definition.

static
memberof

WorkflowConstants

Static owner

owner: string = "owner"

URI base for filter workflows from registry API.

static
memberof

WorkflowConstants

Static returnData

returnData: string = "returnData"

URI base for returnData for workflow properties from registry API.

static
memberof

WorkflowConstants

Static statusName

statusName: string = "statusName"

URI base for filter workflows from registry API.

static
memberof

WorkflowConstants

Static steps

steps: string = "steps"

URI base for steps for workflow properties from registry API.

static
memberof

WorkflowConstants

Static system

system: string = "system"

URI base for filter workflows from registry API.

static
memberof

WorkflowConstants

Static tempPath

tempPath: string = "/tmp"

Default path for uploading temporary files

static
memberof

WorkflowConstants

Static variables

variables: string = "variables"

URI base for variables for workflow properties from registry API.

static
memberof

WorkflowConstants

Static vendor

vendor: string = "vendor"

URI base for filter workflows from registry API.

static
memberof

WorkflowConstants

Static workflowKey

workflowKey: string = "workflowKey"

URI base for filter workflows from registry API.

static
memberof

WorkflowConstants

Static workflowName

workflowName: string = "workflowName"

URI base for filter workflows from registry API.

static
memberof

WorkflowConstants

Generated using TypeDoc