nestjs-temporal-core
Preparing search index...
ChildWorkflowExtractionResult
Interface ChildWorkflowExtractionResult
Child workflow extraction result
interface
ChildWorkflowExtractionResult
{
errors
:
{
error
:
string
;
workflow
:
string
}
[]
;
success
:
boolean
;
workflows
:
Record
<
string
,
unknown
>
;
}
Index
Properties
errors
success
workflows
Properties
errors
errors
:
{
error
:
string
;
workflow
:
string
}
[]
success
success
:
boolean
workflows
workflows
:
Record
<
string
,
unknown
>
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
errors
success
workflows
nestjs-temporal-core
Loading...
Child workflow extraction result