durable-execution - v0.32.0
GitHub
Preparing search index...
ErroredChildTaskExecution
Type Alias ErroredChildTaskExecution
An errored child task execution.
type
ErroredChildTaskExecution
=
{
taskId
:
string
;
executionId
:
string
;
status
:
ErroredTaskExecutionStatus
;
error
:
DurableExecutionErrorStorageValue
;
}
Index
Properties
task
Id
execution
Id
status
error
Properties
task
Id
taskId
:
string
execution
Id
executionId
:
string
status
status
:
ErroredTaskExecutionStatus
error
error
:
DurableExecutionErrorStorageValue
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
task
Id
execution
Id
status
error
GitHub
durable-execution - v0.32.0
Loading...
An errored child task execution.