Preparing search index...
The search index is not available
contentful-management.js - v11.52.2
contentful-management.js
WorkflowDefinition
Interface WorkflowDefinition
interface
WorkflowDefinition
{
appliesTo
?:
WorkflowDefinitionValidationLink
[]
;
description
?:
string
;
flowType
?:
"no_restriction"
|
"strict_neighbor"
;
name
:
string
;
startOnEntityCreation
?:
boolean
;
steps
:
WorkflowStepProps
[]
;
sys
:
WorkflowDefinitionSysProps
;
delete
(
)
:
Promise
<
void
>
;
toPlainObject
(
)
:
WorkflowDefinitionProps
;
update
(
)
:
Promise
<
WorkflowDefinition
>
;
}
Hierarchy (
view full
)
WorkflowDefinitionProps
DefaultElements
<
WorkflowDefinitionProps
>
WorkflowDefinitionApi
WorkflowDefinition
Index
Properties
applies
To?
description?
flow
Type?
name
start
On
Entity
Creation?
steps
sys
Methods
delete
to
Plain
Object
update
Properties
Optional
applies
To
applies
To
?:
WorkflowDefinitionValidationLink
[]
Optional
description
description
?:
string
Optional
flow
Type
flow
Type
?:
"no_restriction"
|
"strict_neighbor"
name
name
:
string
Optional
start
On
Entity
Creation
start
On
Entity
Creation
?:
boolean
steps
steps
:
WorkflowStepProps
[]
sys
sys
:
WorkflowDefinitionSysProps
Methods
delete
delete
(
)
:
Promise
<
void
>
Returns
Promise
<
void
>
to
Plain
Object
to
Plain
Object
(
)
:
WorkflowDefinitionProps
Returns
WorkflowDefinitionProps
update
update
(
)
:
Promise
<
WorkflowDefinition
>
Returns
Promise
<
WorkflowDefinition
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
applies
To
description
flow
Type
name
start
On
Entity
Creation
steps
sys
Methods
delete
to
Plain
Object
update
contentful-management.js - v11.52.2
Loading...