Anchorage API reference
Documentation
GitHub
Preparing search index...
@proofoftech/flowsafe
index
TenantArtifactPurger
Interface TenantArtifactPurger
Structural: R2ArtifactStore.deleteRun, without importing the artifacts module.
interface
TenantArtifactPurger
{
deleteRun
(
workflowId
:
string
,
runId
:
string
)
:
Promise
<
number
>
;
}
Index
Methods
delete
Run
Methods
delete
Run
deleteRun
(
workflowId
:
string
,
runId
:
string
)
:
Promise
<
number
>
Parameters
workflowId
:
string
runId
:
string
Returns
Promise
<
number
>
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Methods
delete
Run
Documentation
GitHub
Anchorage API reference
Loading...
Structural: R2ArtifactStore.deleteRun, without importing the artifacts module.