nestjs-temporal-core
Preparing search index...
ActivityContext
Interface ActivityContext
Activity context for execution
interface
ActivityContext
{
activityType
:
string
;
className
?:
string
;
executionId
?:
string
;
methodName
?:
string
;
timestamp
?:
Date
;
}
Index
Properties
activity
Type
class
Name?
execution
Id?
method
Name?
timestamp?
Properties
activity
Type
activityType
:
string
Optional
class
Name
className
?:
string
Optional
execution
Id
executionId
?:
string
Optional
method
Name
methodName
?:
string
Optional
timestamp
timestamp
?:
Date
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
activity
Type
class
Name
execution
Id
method
Name
timestamp
nestjs-temporal-core
Loading...
Activity context for execution