Package org.flowable.external.worker
Interface WorkerResult
- All Known Subinterfaces:
WorkerResult.Failure,WorkerResult.Success
A result that can be returned by a method annotated with
@FlowableWorker.
A result can be created by using WorkerResultBuilder and defining it as a parameter in your annotated method.- Author:
- Filip Hrisafov
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfaceA failure result.static interfaceA successful result.