Options
All
  • Public
  • Public/Protected
  • All
Menu

Class WorkflowService

Hierarchy

Index

Constructors

constructor

Properties

Protected httpRequest

httpRequest: HttpRequest

Protected options

Methods

createOne

  • createOne(projectId: string, model: any): Observable<RocosResponse<any>>

deleteOne

  • deleteOne(projectId: string, workflowId: string): Observable<RocosResponse<any>>

getAll

  • getAll(projectId: string, includeRocosGraph?: boolean, includeStats?: boolean, opsId?: string, workflowIds?: string[]): Observable<RocosResponse<any>>
  • Parameters

    • projectId: string
    • Default value includeRocosGraph: boolean = false
    • Default value includeStats: boolean = false
    • Optional opsId: string
    • Optional workflowIds: string[]

    Returns Observable<RocosResponse<any>>

getAllOfRobot

  • getAllOfRobot(projectId: string, callsign: string): Observable<RocosResponse<any>>

getDeployedRobots

  • getDeployedRobots(projectId: string, workflowId: string): Observable<RocosResponse<string[]>>

getOne

  • getOne(projectId: string, workflowId: string, includeInstances?: boolean): Observable<RocosResponse<any>>

updateAllForRobot

  • updateAllForRobot(projectId: string, callsign: string, model: any): Observable<RocosResponse<any>>

updateOne

  • updateOne(projectId: string, workflowId: string, model: any): Observable<RocosResponse<any>>

Generated using TypeDoc