durable-execution - v0.8.0
GitHub
Preparing search index...
DurableTaskOnChildrenCompleteInput
Type Alias DurableTaskOnChildrenCompleteInput<TInput, TRunOutput>
The input type for the on children complete task.
type
DurableTaskOnChildrenCompleteInput
<
TInput
=
unknown
,
TRunOutput
=
unknown
>
=
{
input
:
TInput
;
output
:
TRunOutput
;
childrenTasksOutputs
:
DurableChildTaskExecutionOutput
[]
;
}
Type Parameters
TInput
=
unknown
TRunOutput
=
unknown
Index
Properties
input
output
children
Tasks
Outputs
Properties
input
input
:
TInput
output
output
:
TRunOutput
children
Tasks
Outputs
childrenTasksOutputs
:
DurableChildTaskExecutionOutput
[]
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
input
output
children
Tasks
Outputs
GitHub
durable-execution - v0.8.0
Loading...
The input type for the on children complete task.