Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • Workflows

Index

Constructors

Properties

Methods

Constructors

constructor

  • new Workflows(connection: ClientConnection): Workflows

Properties

Private connection

connection: ClientConnection

Methods

getAll

  • Returns Promise<WorkflowModel[]>

    Workflow

    Used to fetch all workflows for a given hub. Returns a promise which will resolve to a [[WorkflowModel[]]]

    Example

    const workflows = await sdk.workflows.getAll()
    
    console.log(workflows)
    

Legend

  • Constructor
  • Property
  • Method
  • Private property
  • Private method
  • Property
  • Inherited property
  • Protected property

Generated using TypeDoc