Membrane React - v0.2.1
Console
SDK
REST API
Preparing search index...
FlowRun
Interface FlowRun
interface
FlowRun
{
id
:
string
;
name
?:
string
;
flowInstanceId
:
string
;
flowInstance
?:
FlowInstance
;
universalFlowId
?:
string
;
connectionId
?:
string
;
connection
?:
Connection
;
integrationId
?:
string
;
integration
?:
Integration
;
startNodeKey
:
string
;
userId
:
string
;
user
?:
Customer
;
input
?:
any
;
state
:
FlowRunState
;
startTime
:
string
;
endTime
?:
string
;
errors
?:
ErrorData
[]
;
nodes
?:
Record
<
string
,
FlowRunNode
>
;
launchedBy
?:
FlowRunLaunchedBy
;
}
Index
Properties
id
name?
flow
Instance
Id
flow
Instance?
universal
Flow
Id?
connection
Id?
connection?
integration
Id?
integration?
start
Node
Key
user
Id
user?
input?
state
start
Time
end
Time?
errors?
nodes?
launched
By?
Properties
id
id
:
string
Optional
name
name
?:
string
flow
Instance
Id
flowInstanceId
:
string
Optional
flow
Instance
flowInstance
?:
FlowInstance
Optional
universal
Flow
Id
universalFlowId
?:
string
Optional
connection
Id
connectionId
?:
string
Optional
connection
connection
?:
Connection
Optional
integration
Id
integrationId
?:
string
Optional
integration
integration
?:
Integration
start
Node
Key
startNodeKey
:
string
user
Id
userId
:
string
Optional
user
user
?:
Customer
Optional
input
input
?:
any
state
state
:
FlowRunState
start
Time
startTime
:
string
Optional
end
Time
endTime
?:
string
Optional
errors
errors
?:
ErrorData
[]
Optional
nodes
nodes
?:
Record
<
string
,
FlowRunNode
>
Optional
launched
By
launchedBy
?:
FlowRunLaunchedBy
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
id
name
flow
Instance
Id
flow
Instance
universal
Flow
Id
connection
Id
connection
integration
Id
integration
start
Node
Key
user
Id
user
input
state
start
Time
end
Time
errors
nodes
launched
By
Console
SDK
REST API
Membrane React - v0.2.1
Loading...