Console
SDK
REST API
Preparing search index...
The search index is not available
Integration App React - v2.13.2
Integration App React
FlowInstancesAccessor
Class FlowInstancesAccessor
Hierarchy (
View Summary
)
ElementInstanceListAccessor
<
FlowInstance
,
FindFlowInstancesQuery
>
FlowInstancesAccessor
Index
Constructors
constructor
Methods
find
create
Properties
client
Constructors
constructor
new
FlowInstancesAccessor
(
client
:
IntegrationAppApiClient
,
)
:
FlowInstancesAccessor
Parameters
client
:
IntegrationAppApiClient
Returns
FlowInstancesAccessor
Methods
find
find
(
query
?:
FindFlowInstancesQuery
)
:
Promise
<
PaginationResponse
<
FlowInstance
>
>
Parameters
Optional
query
:
FindFlowInstancesQuery
Returns
Promise
<
PaginationResponse
<
FlowInstance
>
>
create
create
(
data
:
{
name
?:
string
;
userId
?:
string
;
integrationId
?:
string
;
connectionId
?:
string
;
parameters
?:
any
;
flowId
?:
string
;
instanceKey
?:
string
;
nodes
?:
Record
<
string
,
{
concurrency
?:
number
;
type
?:
string
;
name
?:
string
;
userConfig
?:
any
;
config
?:
any
;
onError
?:
"stop"
|
"continue"
;
ui
?:
any
;
links
?:
{
key
?:
string
;
name
?:
string
;
filter
?:
any
}
[]
;
isCustomized
?:
boolean
;
}
,
>
;
enabled
?:
boolean
;
customized
?:
{
name
?:
boolean
;
nodes
?:
boolean
}
;
}
,
)
:
Promise
<
FlowInstance
>
Parameters
data
:
{
name
?:
string
;
userId
?:
string
;
integrationId
?:
string
;
connectionId
?:
string
;
parameters
?:
any
;
flowId
?:
string
;
instanceKey
?:
string
;
nodes
?:
Record
<
string
,
{
concurrency
?:
number
;
type
?:
string
;
name
?:
string
;
userConfig
?:
any
;
config
?:
any
;
onError
?:
"stop"
|
"continue"
;
ui
?:
any
;
links
?:
{
key
?:
string
;
name
?:
string
;
filter
?:
any
}
[]
;
isCustomized
?:
boolean
;
}
,
>
;
enabled
?:
boolean
;
customized
?:
{
name
?:
boolean
;
nodes
?:
boolean
}
;
}
Returns
Promise
<
FlowInstance
>
Properties
Protected
client
client
:
IntegrationAppApiClient
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Methods
find
create
Properties
client
Console
SDK
REST API
Integration App React - v2.13.2
Loading...