nestjs-temporal-core
Preparing search index...
WorkflowExecutionResult
Interface WorkflowExecutionResult<T>
Workflow execution result
interface
WorkflowExecutionResult
<
T
=
unknown
>
{
error
?:
Error
;
executionTime
?:
number
;
result
?:
T
;
runId
?:
string
;
success
:
boolean
;
workflowId
?:
string
;
}
Type Parameters
T
=
unknown
Index
Properties
error?
execution
Time?
result?
run
Id?
success
workflow
Id?
Properties
Optional
error
error
?:
Error
Optional
execution
Time
executionTime
?:
number
Optional
result
result
?:
T
Optional
run
Id
runId
?:
string
success
success
:
boolean
Optional
workflow
Id
workflowId
?:
string
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
error
execution
Time
result
run
Id
success
workflow
Id
nestjs-temporal-core
Loading...
Workflow execution result