nestjs-temporal-core
Preparing search index...
WorkflowCancellationResult
Interface WorkflowCancellationResult
Workflow cancellation result
interface
WorkflowCancellationResult
{
error
?:
Error
;
success
:
boolean
;
workflowId
:
string
;
}
Index
Properties
error?
success
workflow
Id
Properties
Optional
error
error
?:
Error
success
success
:
boolean
workflow
Id
workflowId
:
string
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
error
success
workflow
Id
nestjs-temporal-core
Loading...
Workflow cancellation result