nestjs-temporal-core
Preparing search index...
ChildWorkflowMetadata
Interface ChildWorkflowMetadata
Metadata for child workflows injected through
Child Workflow
decorator.
interface
ChildWorkflowMetadata
{
options
?:
Record
<
string
,
string
|
number
|
boolean
|
object
>
;
propertyKey
:
string
|
symbol
;
workflowType
:
string
|
Type
<
unknown
>
;
}
Index
Properties
options?
property
Key
workflow
Type
Properties
Optional
options
options
?:
Record
<
string
,
string
|
number
|
boolean
|
object
>
property
Key
propertyKey
:
string
|
symbol
workflow
Type
workflowType
:
string
|
Type
<
unknown
>
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
options
property
Key
workflow
Type
nestjs-temporal-core
Loading...
Metadata for child workflows injected through
Child Workflow
decorator.