nestjs-temporal-core
Preparing search index...
WorkflowStartOptions
Interface WorkflowStartOptions
Workflow start options with proper typing
interface
WorkflowStartOptions
{
memo
?:
Record
<
string
,
string
|
number
|
boolean
|
object
>
;
searchAttributes
?:
TypedSearchAttributes
;
taskQueue
?:
string
;
workflowExecutionTimeout
?:
Duration
;
workflowId
?:
string
;
workflowIdReusePolicy
?:
|
"REJECT_DUPLICATE"
|
"ALLOW_DUPLICATE"
|
"ALLOW_DUPLICATE_FAILED_ONLY"
;
workflowRunTimeout
?:
Duration
;
workflowTaskTimeout
?:
Duration
;
}
Index
Properties
memo?
search
Attributes?
task
Queue?
workflow
Execution
Timeout?
workflow
Id?
workflow
Id
Reuse
Policy?
workflow
Run
Timeout?
workflow
Task
Timeout?
Properties
Optional
memo
memo
?:
Record
<
string
,
string
|
number
|
boolean
|
object
>
Optional
search
Attributes
searchAttributes
?:
TypedSearchAttributes
Optional
task
Queue
taskQueue
?:
string
Optional
workflow
Execution
Timeout
workflowExecutionTimeout
?:
Duration
Optional
workflow
Id
workflowId
?:
string
Optional
workflow
Id
Reuse
Policy
workflowIdReusePolicy
?:
|
"REJECT_DUPLICATE"
|
"ALLOW_DUPLICATE"
|
"ALLOW_DUPLICATE_FAILED_ONLY"
Optional
workflow
Run
Timeout
workflowRunTimeout
?:
Duration
Optional
workflow
Task
Timeout
workflowTaskTimeout
?:
Duration
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
memo
search
Attributes
task
Queue
workflow
Execution
Timeout
workflow
Id
workflow
Id
Reuse
Policy
workflow
Run
Timeout
workflow
Task
Timeout
nestjs-temporal-core
Loading...
Workflow start options with proper typing