Search
Preparing search index...
The search index is not available
@dronedeploy/rocos-js
Options
All
Public
Public/Protected
All
Inherited
Externals
Only exported
Menu
Globals
WorkflowService
Class WorkflowService
Hierarchy
BaseService
WorkflowService
Index
Constructors
constructor
Properties
http
Request
options
Methods
create
One
delete
One
get
All
get
All
OfRobot
get
Deployed
Robots
get
One
update
All
For
Robot
update
One
Constructors
constructor
new
Workflow
Service
(
options
:
IRocosClientOptions
)
:
WorkflowService
Parameters
options:
IRocosClientOptions
Returns
WorkflowService
Properties
Protected
http
Request
http
Request
:
HttpRequest
Protected
options
options
:
IRocosClientOptions
Methods
create
One
create
One
(
projectId
:
string
, model
:
any
)
:
Observable
<
RocosResponse
<
any
>
>
Parameters
projectId:
string
model:
any
Returns
Observable
<
RocosResponse
<
any
>
>
delete
One
delete
One
(
projectId
:
string
, workflowId
:
string
)
:
Observable
<
RocosResponse
<
any
>
>
Parameters
projectId:
string
workflowId:
string
Returns
Observable
<
RocosResponse
<
any
>
>
get
All
get
All
(
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
>
>
get
All
OfRobot
get
All
OfRobot
(
projectId
:
string
, callsign
:
string
)
:
Observable
<
RocosResponse
<
any
>
>
Parameters
projectId:
string
callsign:
string
Returns
Observable
<
RocosResponse
<
any
>
>
get
Deployed
Robots
get
Deployed
Robots
(
projectId
:
string
, workflowId
:
string
)
:
Observable
<
RocosResponse
<
string
[]
>
>
Return the robots that have deployed a given flow
Parameters
projectId:
string
workflowId:
string
Returns
Observable
<
RocosResponse
<
string
[]
>
>
get
One
get
One
(
projectId
:
string
, workflowId
:
string
, includeInstances
?:
boolean
)
:
Observable
<
RocosResponse
<
any
>
>
Parameters
projectId:
string
workflowId:
string
Default value
includeInstances:
boolean
= false
Returns
Observable
<
RocosResponse
<
any
>
>
update
All
For
Robot
update
All
For
Robot
(
projectId
:
string
, callsign
:
string
, model
:
any
)
:
Observable
<
RocosResponse
<
any
>
>
Parameters
projectId:
string
callsign:
string
model:
any
Returns
Observable
<
RocosResponse
<
any
>
>
update
One
update
One
(
projectId
:
string
, workflowId
:
string
, model
:
any
)
:
Observable
<
RocosResponse
<
any
>
>
Parameters
projectId:
string
workflowId:
string
model:
any
Returns
Observable
<
RocosResponse
<
any
>
>
Globals
Workflow
Service
constructor
http
Request
options
create
One
delete
One
get
All
get
All
OfRobot
get
Deployed
Robots
get
One
update
All
For
Robot
update
One
Generated using
TypeDoc
Return the robots that have deployed a given flow