Preparing search index...
The search index is not available
@camunda8/sdk
@camunda8/sdk
index
<internal>
ZBWorkerConstructorConfig
Interface ZBWorkerConstructorConfig<WorkerInputVariables, CustomHeaderShape, WorkerOutputVariables>
interface
ZBWorkerConstructorConfig
<
WorkerInputVariables
,
CustomHeaderShape
,
WorkerOutputVariables
>
{
customHeadersDto
?:
(
new
(
...
args
)
=>
Readonly
<
CustomHeaderShape
>
)
;
grpcClient
:
ZBGrpc
;
id
:
null
|
string
;
idColor
:
Chalk
;
inputVariableDto
?:
(
new
(
...
args
)
=>
Readonly
<
WorkerInputVariables
>
)
;
log
:
StatefulLogInterceptor
;
options
:
ZBWorkerOptions
<
WorkerInputVariables
>
&
ZBClientOptions
;
taskHandler
:
ZBWorkerTaskHandler
<
WorkerInputVariables
,
CustomHeaderShape
,
WorkerOutputVariables
>
;
taskType
:
string
;
tenantIds
:
undefined
|
string
[]
|
[
string
]
;
zbClient
:
ZeebeGrpcClient
;
}
Type Parameters
WorkerInputVariables
CustomHeaderShape
WorkerOutputVariables
Index
Properties
custom
Headers
Dto?
grpc
Client
id
id
Color
input
Variable
Dto?
log
options
task
Handler
task
Type
tenant
Ids
zb
Client
Properties
Optional
custom
Headers
Dto
custom
Headers
Dto
?:
(
new
(
...
args
)
=>
Readonly
<
CustomHeaderShape
>
)
Type declaration
new
(
...
args
)
:
Readonly
<
CustomHeaderShape
>
Parameters
Rest
...
args
:
any
[]
Returns
Readonly
<
CustomHeaderShape
>
grpc
Client
grpc
Client
:
ZBGrpc
id
id
:
null
|
string
id
Color
id
Color
:
Chalk
Optional
input
Variable
Dto
input
Variable
Dto
?:
(
new
(
...
args
)
=>
Readonly
<
WorkerInputVariables
>
)
Type declaration
new
(
...
args
)
:
Readonly
<
WorkerInputVariables
>
Parameters
Rest
...
args
:
any
[]
Returns
Readonly
<
WorkerInputVariables
>
log
log
:
StatefulLogInterceptor
options
options
:
ZBWorkerOptions
<
WorkerInputVariables
>
&
ZBClientOptions
task
Handler
task
Handler
:
ZBWorkerTaskHandler
<
WorkerInputVariables
,
CustomHeaderShape
,
WorkerOutputVariables
>
task
Type
task
Type
:
string
tenant
Ids
tenant
Ids
:
undefined
|
string
[]
|
[
string
]
zb
Client
zb
Client
:
ZeebeGrpcClient
Settings
Member Visibility
Protected
Private
Inherited
Theme
OS
Light
Dark
On This Page
custom
Headers
Dto
grpc
Client
id
id
Color
input
Variable
Dto
log
options
task
Handler
task
Type
tenant
Ids
zb
Client
@camunda8/sdk
Loading...
Generated using
TypeDoc