@camunda8/sdk
Preparing search index...
zeebe/types
ZBWorkerTaskHandler
Type Alias ZBWorkerTaskHandler<WorkerInputVariables, CustomHeaderShape, WorkerOutputVariables>
ZBWorkerTaskHandler
:
(
job
:
Readonly
<
ZeebeJob
<
WorkerInputVariables
,
CustomHeaderShape
,
WorkerOutputVariables
,
>
,
>
,
worker
:
IZBJobWorker
,
)
=>
MustReturnJobActionAcknowledgement
Type Parameters
WorkerInputVariables
=
IInputVariables
CustomHeaderShape
=
ICustomHeaders
WorkerOutputVariables
=
IOutputVariables
Type declaration
(
job
:
Readonly
<
ZeebeJob
<
WorkerInputVariables
,
CustomHeaderShape
,
WorkerOutputVariables
,
>
,
>
,
worker
:
IZBJobWorker
,
)
:
MustReturnJobActionAcknowledgement
Parameters
job
:
Readonly
<
ZeebeJob
<
WorkerInputVariables
,
CustomHeaderShape
,
WorkerOutputVariables
>
,
>
worker
:
IZBJobWorker
Returns
MustReturnJobActionAcknowledgement
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
@camunda8/sdk
Loading...