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