Interface ActivatedJob
- All Superinterfaces:
BufferWriter
- All Known Implementing Classes:
ActivatedJobImpl
Represents an activated
JobRecordValue. It's
expected that the JobRecord.getVariables() map has been filled out during activation.-
Method Summary
Methods inherited from interface io.camunda.zeebe.util.buffer.BufferWriter
getLength, write
-
Method Details
-
jobKey
long jobKey()Returns the unique key of this job -
jobRecord
JobRecord jobRecord()Returns the actual job, with the variables collected during activation.
-