Frodo Library - v4.0.0-24
Project Home
Preparing search index...
Reference
WorkflowSkeleton
Interface WorkflowSkeleton
interface
WorkflowSkeleton
{
_rev
:
number
;
childType
:
boolean
;
description
:
string
;
displayName
:
string
;
id
:
string
;
mutable
:
boolean
;
name
:
string
;
staticNodes
:
{
endNode
:
WorkflowStaticNode
;
startNode
:
WorkflowStaticNode
;
uiConfig
:
Record
<
string
,
StepStaticNode
>
;
}
;
status
:
"published"
|
"draft"
;
steps
:
WorkflowStep
[]
;
type
?:
string
;
}
Index
Properties
_
rev
child
Type
description
display
Name
id
mutable
name
static
Nodes
status
steps
type?
Properties
_
rev
_rev
:
number
child
Type
childType
:
boolean
description
description
:
string
display
Name
displayName
:
string
id
id
:
string
mutable
mutable
:
boolean
name
name
:
string
static
Nodes
staticNodes
:
{
endNode
:
WorkflowStaticNode
;
startNode
:
WorkflowStaticNode
;
uiConfig
:
Record
<
string
,
StepStaticNode
>
;
}
status
status
:
"published"
|
"draft"
steps
steps
:
WorkflowStep
[]
Optional
type
type
?:
string
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
_
rev
child
Type
description
display
Name
id
mutable
name
static
Nodes
status
steps
type
Project Home
Frodo Library - v4.0.0-24
Loading...