Preparing search index...
The search index is not available
@hotmeshio/hotmesh
@hotmeshio/hotmesh
types/exporter
WorkflowExecution
Interface WorkflowExecution
interface
WorkflowExecution
{
children
?:
WorkflowExecution
[]
;
close_time
:
string
;
duration_ms
:
number
;
events
:
WorkflowExecutionEvent
[]
;
result
:
any
;
start_time
:
string
;
status
:
WorkflowExecutionStatus
;
summary
:
WorkflowExecutionSummary
;
task_queue
:
string
;
workflow_id
:
string
;
workflow_type
:
string
;
}
Index
Properties
children?
close_
time
duration_
ms
events
result
start_
time
status
summary
task_
queue
workflow_
id
workflow_
type
Properties
Optional
children
children
?:
WorkflowExecution
[]
close_
time
close_
time
:
string
duration_
ms
duration_
ms
:
number
events
events
:
WorkflowExecutionEvent
[]
result
result
:
any
start_
time
start_
time
:
string
status
status
:
WorkflowExecutionStatus
summary
summary
:
WorkflowExecutionSummary
task_
queue
task_
queue
:
string
workflow_
id
workflow_
id
:
string
workflow_
type
workflow_
type
:
string
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
children
close_
time
duration_
ms
events
result
start_
time
status
summary
task_
queue
workflow_
id
workflow_
type
@hotmeshio/hotmesh
Loading...