Console
SDK
REST API
Preparing search index...
The search index is not available
Integration App React - v2.19.0
Integration App React
ConnectionLevelFlowAccessor
Class ConnectionLevelFlowAccessor
Hierarchy (
View Summary
)
ConnectionLevelElementAccessor
<
FlowInstance
,
UpdateFlowInstanceRequest
>
ConnectionLevelFlowAccessor
Index
Constructors
constructor
Methods
uri
get
Unique
Identifier
get
create
patch
put
archive
reset
setup
enable
disable
run
open
Configuration
open
Editor
Properties
selector
element
Key
endpoint
client
connection
Selector
flow
Selector
query
Constructors
constructor
new
ConnectionLevelFlowAccessor
(
client
:
IntegrationAppApiClient
,
connectionSelector
:
string
,
flowSelector
:
string
,
query
:
InstanceKeyQuery
,
)
:
ConnectionLevelFlowAccessor
Parameters
client
:
IntegrationAppApiClient
connectionSelector
:
string
flowSelector
:
string
query
:
InstanceKeyQuery
Returns
ConnectionLevelFlowAccessor
Methods
Protected
uri
uri
(
path
?:
string
,
query
?:
{}
)
:
string
Parameters
Optional
path
:
string
Optional
query
:
{}
Returns
string
get
Unique
Identifier
getUniqueIdentifier
()
:
string
Returns
string
get
get
(
query
?:
{
autoCreate
?:
boolean
}
)
:
Promise
<
FlowInstance
>
Parameters
Optional
query
:
{
autoCreate
?:
boolean
}
Returns
Promise
<
FlowInstance
>
create
create
()
:
Promise
<
FlowInstance
>
Returns
Promise
<
FlowInstance
>
patch
patch
(
data
:
Partial
<
{
name
?:
string
;
parameters
?:
any
;
nodes
?:
Record
<
string
,
{
concurrency
?:
number
;
type
?:
string
;
name
?:
string
;
userConfig
?:
any
;
config
?:
any
;
onError
?:
"stop"
|
"continue"
;
links
?:
{
key
?:
string
;
name
?:
string
;
filter
?:
any
}
[]
;
isCustomized
?:
boolean
;
}
,
>
;
enabled
?:
boolean
;
customized
?:
{
name
?:
boolean
;
nodes
?:
boolean
}
;
archivedAt
?:
string
;
}
,
>
,
)
:
Promise
<
FlowInstance
>
Parameters
data
:
Partial
<
{
name
?:
string
;
parameters
?:
any
;
nodes
?:
Record
<
string
,
{
concurrency
?:
number
;
type
?:
string
;
name
?:
string
;
userConfig
?:
any
;
config
?:
any
;
onError
?:
"stop"
|
"continue"
;
links
?:
{
key
?:
string
;
name
?:
string
;
filter
?:
any
}
[]
;
isCustomized
?:
boolean
;
}
,
>
;
enabled
?:
boolean
;
customized
?:
{
name
?:
boolean
;
nodes
?:
boolean
}
;
archivedAt
?:
string
;
}
,
>
Returns
Promise
<
FlowInstance
>
put
put
(
data
:
{
name
?:
string
;
parameters
?:
any
;
nodes
?:
Record
<
string
,
{
concurrency
?:
number
;
type
?:
string
;
name
?:
string
;
userConfig
?:
any
;
config
?:
any
;
onError
?:
"stop"
|
"continue"
;
links
?:
{
key
?:
string
;
name
?:
string
;
filter
?:
any
}
[]
;
isCustomized
?:
boolean
;
}
,
>
;
enabled
?:
boolean
;
customized
?:
{
name
?:
boolean
;
nodes
?:
boolean
}
;
archivedAt
?:
string
;
}
,
)
:
Promise
<
FlowInstance
>
Parameters
data
:
{
name
?:
string
;
parameters
?:
any
;
nodes
?:
Record
<
string
,
{
concurrency
?:
number
;
type
?:
string
;
name
?:
string
;
userConfig
?:
any
;
config
?:
any
;
onError
?:
"stop"
|
"continue"
;
links
?:
{
key
?:
string
;
name
?:
string
;
filter
?:
any
}
[]
;
isCustomized
?:
boolean
;
}
,
>
;
enabled
?:
boolean
;
customized
?:
{
name
?:
boolean
;
nodes
?:
boolean
}
;
archivedAt
?:
string
;
}
Returns
Promise
<
FlowInstance
>
archive
archive
()
:
Promise
<
void
>
Returns
Promise
<
void
>
reset
reset
()
:
Promise
<
FlowInstance
>
Returns
Promise
<
FlowInstance
>
setup
setup
()
:
Promise
<
FlowInstance
>
Returns
Promise
<
FlowInstance
>
enable
enable
()
:
Promise
<
FlowInstance
>
Returns
Promise
<
FlowInstance
>
disable
disable
()
:
Promise
<
FlowInstance
>
Returns
Promise
<
FlowInstance
>
run
run
(
options
:
{
nodeKey
?:
string
;
input
?:
any
}
)
:
Promise
<
FlowRun
>
Parameters
options
:
{
nodeKey
?:
string
;
input
?:
any
}
Returns
Promise
<
FlowRun
>
open
Configuration
openConfiguration
(
options
?:
OpenFlowInstanceConfigurationOptions
)
:
Promise
<
void
>
Parameters
Optional
options
:
OpenFlowInstanceConfigurationOptions
Returns
Promise
<
void
>
open
Editor
openEditor
(
options
?:
OpenFlowInstanceEditorOptions
)
:
Promise
<
void
>
Parameters
Optional
options
:
OpenFlowInstanceEditorOptions
Returns
Promise
<
void
>
Properties
Protected
selector
selector
:
string
Protected
element
Key
elementKey
:
string
Protected
endpoint
endpoint
:
string
client
client
:
IntegrationAppApiClient
connection
Selector
connectionSelector
:
string
flow
Selector
flowSelector
:
string
query
query
:
InstanceKeyQuery
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Methods
uri
get
Unique
Identifier
get
create
patch
put
archive
reset
setup
enable
disable
run
open
Configuration
open
Editor
Properties
selector
element
Key
endpoint
client
connection
Selector
flow
Selector
query
Console
SDK
REST API
Integration App React - v2.19.0
Loading...