durable-execution - v0.8.0
GitHub
Preparing search index...
DurableTaskReadyExecution
Type Alias DurableTaskReadyExecution
A durable task execution that is ready to be run.
type
DurableTaskReadyExecution
=
{
rootTask
?:
{
taskId
:
string
;
executionId
:
string
}
;
parentTask
?:
{
taskId
:
string
;
executionId
:
string
}
;
taskId
:
string
;
executionId
:
string
;
retryOptions
:
DurableTaskRetryOptions
;
timeoutMs
:
number
;
sleepMsBeforeRun
:
number
;
runInput
:
unknown
;
error
?:
DurableTaskError
;
status
:
"ready"
;
retryAttempts
:
number
;
createdAt
:
Date
;
updatedAt
:
Date
;
}
Index
Properties
root
Task?
parent
Task?
task
Id
execution
Id
retry
Options
timeout
Ms
sleep
Ms
Before
Run
run
Input
error?
status
retry
Attempts
created
At
updated
At
Properties
Optional
root
Task
rootTask
?:
{
taskId
:
string
;
executionId
:
string
}
Optional
parent
Task
parentTask
?:
{
taskId
:
string
;
executionId
:
string
}
task
Id
taskId
:
string
execution
Id
executionId
:
string
retry
Options
retryOptions
:
DurableTaskRetryOptions
timeout
Ms
timeoutMs
:
number
sleep
Ms
Before
Run
sleepMsBeforeRun
:
number
run
Input
runInput
:
unknown
Optional
error
error
?:
DurableTaskError
status
status
:
"ready"
retry
Attempts
retryAttempts
:
number
created
At
createdAt
:
Date
updated
At
updatedAt
:
Date
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
root
Task
parent
Task
task
Id
execution
Id
retry
Options
timeout
Ms
sleep
Ms
Before
Run
run
Input
error
status
retry
Attempts
created
At
updated
At
GitHub
durable-execution - v0.8.0
Loading...
A durable task execution that is ready to be run.