durable-execution - v0.8.0
GitHub
Preparing search index...
DurableChildTaskExecutionOutput
Type Alias DurableChildTaskExecutionOutput<TOutput>
A child task output of a durable task.
type
DurableChildTaskExecutionOutput
<
TOutput
=
unknown
>
=
{
index
:
number
;
taskId
:
string
;
executionId
:
string
;
output
:
TOutput
;
}
Type Parameters
TOutput
=
unknown
Index
Properties
index
task
Id
execution
Id
output
Properties
index
index
:
number
task
Id
taskId
:
string
execution
Id
executionId
:
string
output
output
:
TOutput
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
index
task
Id
execution
Id
output
GitHub
durable-execution - v0.8.0
Loading...
A child task output of a durable task.