Package io.camunda.zeebe.engine.api
Interface TaskResult
public interface TaskResult
-
Method Summary
Modifier and TypeMethodDescriptionReturns the resulting record batch, which can be empty or consist of multipleRecordBatchEntry
s.
-
Method Details
-
getRecordBatch
ImmutableRecordBatch getRecordBatch()Returns the resulting record batch, which can be empty or consist of multipleRecordBatchEntry
s. These entries are the result of the current task execution. If an entry is of typeRecordType.COMMAND
it will be later processed as follow-up command by theRecordProcessor
- Returns:
- returns the resulting immutable record batch
-