durable-execution - v0.32.0
GitHub
Preparing search index...
ReadyTaskExecution
Type Alias ReadyTaskExecution
A task execution that is ready to be run.
type
ReadyTaskExecution
=
{
root
?:
{
taskId
:
string
;
executionId
:
string
}
;
parent
?:
{
taskId
:
string
;
executionId
:
string
}
;
taskId
:
string
;
executionId
:
string
;
sleepingTaskUniqueId
?:
string
;
retryOptions
:
TaskRetryOptions
;
sleepMsBeforeRun
:
number
;
timeoutMs
:
number
;
areChildrenSequential
:
boolean
;
input
:
unknown
;
status
:
"ready"
;
error
?:
DurableExecutionErrorStorageValue
;
retryAttempts
:
number
;
startAt
:
Date
;
createdAt
:
Date
;
updatedAt
:
Date
;
}
Index
Properties
root?
parent?
task
Id
execution
Id
sleeping
Task
Unique
Id?
retry
Options
sleep
Ms
Before
Run
timeout
Ms
are
Children
Sequential
input
status
error?
retry
Attempts
start
At
created
At
updated
At
Properties
Optional
root
root
?:
{
taskId
:
string
;
executionId
:
string
}
Optional
parent
parent
?:
{
taskId
:
string
;
executionId
:
string
}
task
Id
taskId
:
string
execution
Id
executionId
:
string
Optional
sleeping
Task
Unique
Id
sleepingTaskUniqueId
?:
string
retry
Options
retryOptions
:
TaskRetryOptions
sleep
Ms
Before
Run
sleepMsBeforeRun
:
number
timeout
Ms
timeoutMs
:
number
are
Children
Sequential
areChildrenSequential
:
boolean
input
input
:
unknown
status
status
:
"ready"
Optional
error
error
?:
DurableExecutionErrorStorageValue
retry
Attempts
retryAttempts
:
number
start
At
startAt
:
Date
created
At
createdAt
:
Date
updated
At
updatedAt
:
Date
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
root
parent
task
Id
execution
Id
sleeping
Task
Unique
Id
retry
Options
sleep
Ms
Before
Run
timeout
Ms
are
Children
Sequential
input
status
error
retry
Attempts
start
At
created
At
updated
At
GitHub
durable-execution - v0.32.0
Loading...
A task execution that is ready to be run.