Sanity Library Reference Docs
Preparing search index...
@sanity/workflow-engine
index
StageAutonomy
Interface StageAutonomy
A stage's rollup: progress through any exit transition, plus each activity's own completion answer.
interface
StageAutonomy
{
activities
:
Record
<
string
,
AutonomyAnswer
>
;
completesWithoutCaller
:
AutonomyVerdict
;
stage
:
string
;
waitsOn
:
AutonomyWait
[]
;
}
Hierarchy (
View Summary
)
AutonomyAnswer
StageAutonomy
Index
Properties
activities
completes
Without
Caller
stage
waits
On
Properties
activities
activities
:
Record
<
string
,
AutonomyAnswer
>
completes
Without
Caller
completesWithoutCaller
:
AutonomyVerdict
stage
stage
:
string
waits
On
waitsOn
:
AutonomyWait
[]
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
activities
completes
Without
Caller
stage
waits
On
Sanity Library Reference Docs
Loading...
A stage's rollup: progress through any exit transition, plus each activity's own completion answer.