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