Uses of Interface
io.camunda.zeebe.engine.api.LegacyTask
Packages that use LegacyTask
Package
Description
This package is to isolate classes that will be part of the platform.
-
Uses of LegacyTask in io.camunda.zeebe.engine.api
Methods in io.camunda.zeebe.engine.api with parameters of type LegacyTaskModifier and TypeMethodDescriptionvoidProcessingScheduleService.runDelayed(Duration delay, LegacyTask followUpTask) Deprecated.<T> voidProcessingScheduleService.runOnCompletion(ActorFuture<T> precedingTask, LegacyTask followUpTask) Deprecated. -
Uses of LegacyTask in io.camunda.zeebe.streamprocessor
Methods in io.camunda.zeebe.streamprocessor with parameters of type LegacyTaskModifier and TypeMethodDescriptionvoidProcessingScheduleServiceImpl.runDelayed(Duration delay, LegacyTask followUpTask) <T> voidProcessingScheduleServiceImpl.runOnCompletion(ActorFuture<T> precedingTask, LegacyTask followUpTask)