nestjs-temporal-core
Preparing search index...
GenericClient
Interface GenericClient
Generic client type for dependency injection
interface
GenericClient
{
workflow
:
{
getHandle
:
(
id
:
string
,
runId
?:
string
)
=>
WorkflowHandle
<
Workflow
>
;
start
:
(
type
:
string
,
options
:
Record
<
string
,
string
|
number
|
boolean
|
object
>
,
)
=>
Promise
<
WorkflowHandle
<
Workflow
>
>
;
}
;
}
Index
Properties
workflow
Properties
workflow
workflow
:
{
getHandle
:
(
id
:
string
,
runId
?:
string
)
=>
WorkflowHandle
<
Workflow
>
;
start
:
(
type
:
string
,
options
:
Record
<
string
,
string
|
number
|
boolean
|
object
>
,
)
=>
Promise
<
WorkflowHandle
<
Workflow
>
>
;
}
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
workflow
nestjs-temporal-core
Loading...
Generic client type for dependency injection