durable-execution - v0.8.0
GitHub
Preparing search index...
DurableChildTask
Type Alias DurableChildTask<TInput, TOutput>
A child task of a durable task.
type
DurableChildTask
<
TInput
=
unknown
,
TOutput
=
unknown
>
=
{
task
:
DurableTask
<
TInput
,
TOutput
>
;
input
:
TInput
;
options
?:
DurableTaskEnqueueOptions
;
}
Type Parameters
TInput
=
unknown
TOutput
=
unknown
Index
Properties
task
input
options?
Properties
task
task
:
DurableTask
<
TInput
,
TOutput
>
input
input
:
TInput
Optional
options
options
?:
DurableTaskEnqueueOptions
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
task
input
options
GitHub
durable-execution - v0.8.0
Loading...
A child task of a durable task.