Anchorage API reference
Documentation
GitHub
Preparing search index...
@proofoftech/flowsafe
index
DurableObjectRunLifecycleHooks
Interface DurableObjectRunLifecycleHooks
interface
DurableObjectRunLifecycleHooks
{
abandonApprovals
(
workflowId
:
string
,
runId
:
string
,
status
:
"cancelled"
|
"timed_out"
,
)
:
Promise
<
void
>
;
discardScheduleDispatch
?
(
scheduleId
:
string
,
dispatchId
:
string
,
runId
:
string
,
)
:
Promise
<
void
>
;
}
Index
Methods
abandon
Approvals
discard
Schedule
Dispatch?
Methods
abandon
Approvals
abandonApprovals
(
workflowId
:
string
,
runId
:
string
,
status
:
"cancelled"
|
"timed_out"
,
)
:
Promise
<
void
>
Parameters
workflowId
:
string
runId
:
string
status
:
"cancelled"
|
"timed_out"
Returns
Promise
<
void
>
Optional
discard
Schedule
Dispatch
discardScheduleDispatch
?
(
scheduleId
:
string
,
dispatchId
:
string
,
runId
:
string
,
)
:
Promise
<
void
>
Parameters
scheduleId
:
string
dispatchId
:
string
runId
:
string
Returns
Promise
<
void
>
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Methods
abandon
Approvals
discard
Schedule
Dispatch
Documentation
GitHub
Anchorage API reference
Loading...