Options
All
  • Public
  • Public/Protected
  • All
Menu

Class ArchivedDeleteWorkflow

Class to handle deletion of an archived z/OSMF workflow from a z/OS system

Hierarchy

  • ArchivedDeleteWorkflow

Index

Methods

Static archivedDeleteWorkflow

  • archivedDeleteWorkflow(session: AbstractSession, workflowKey: string, zOSMFVersion?: string): Promise<string>
  • Delete archived workflow

    Parameters

    • session: AbstractSession

      z/OSMF connection info

    • workflowKey: string

      Unique identifier of the workflow instance.

    • Default value zOSMFVersion: string = WorkflowConstants.ZOSMF_VERSION

      Identifies the version of the zOSMF workflow service.

    Returns Promise<string>

Generated using TypeDoc