nestjs-temporal-core
Preparing search index...
WorkerInstance
Interface WorkerInstance
Individual worker instance with metadata Internal structure used by TemporalWorkerManagerService
interface
WorkerInstance
{
activities
:
Map
<
string
,
Function
>
;
isInitialized
:
boolean
;
isRunning
:
boolean
;
lastError
:
string
|
null
;
namespace
:
string
;
restartCount
:
number
;
startedAt
:
Date
|
null
;
taskQueue
:
string
;
worker
:
Worker
;
workflowSource
:
"bundle"
|
"filesystem"
|
"registered"
|
"none"
;
}
Index
Properties
activities
is
Initialized
is
Running
last
Error
namespace
restart
Count
started
At
task
Queue
worker
workflow
Source
Properties
activities
activities
:
Map
<
string
,
Function
>
is
Initialized
isInitialized
:
boolean
is
Running
isRunning
:
boolean
last
Error
lastError
:
string
|
null
namespace
namespace
:
string
restart
Count
restartCount
:
number
started
At
startedAt
:
Date
|
null
task
Queue
taskQueue
:
string
worker
worker
:
Worker
workflow
Source
workflowSource
:
"bundle"
|
"filesystem"
|
"registered"
|
"none"
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
activities
is
Initialized
is
Running
last
Error
namespace
restart
Count
started
At
task
Queue
worker
workflow
Source
nestjs-temporal-core
Loading...
Individual worker instance with metadata Internal structure used by TemporalWorkerManagerService