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