Uses of Interface
org.flowable.external.worker.WorkerResult.Success
Packages that use WorkerResult.Success
-
Uses of WorkerResult.Success in org.flowable.external.worker
Methods in org.flowable.external.worker that return WorkerResult.SuccessModifier and TypeMethodDescriptionWorkerResultBuilder.bpmnError()Create a newWorkerResult.Successthat can be used as a return type for methods annotated with@FlowableWorker.Create a newWorkerResult.Successthat can be used as a return type for methods annotated with@FlowableWorker.WorkerResultBuilder.cmmnTerminate()Create a newWorkerResult.Successthat can be used as a return type for methods annotated with@FlowableWorkerThis result will lead to a CMMN termination of the external worker.WorkerResult.Success.convertAndAddJsonVariable(String name, Object value) Provide a variable value of any type that would be converted to a json variable and passed to the Flowable application when completing the job.WorkerResultBuilder.success()Create a newWorkerResult.Successthat can be used as a return type for methods annotated with@FlowableWorkerProvide aJsonNodethat would be passed as a json variable to the Flowable application when completing the job.Provide aBooleanvariable that would be passed to the Flowable application when completing the job.Provide aDoublevariable that would be passed to the Flowable application when completing the job.Provide anIntegervariable that would be passed to the Flowable application when completing the job.Provide aLongvariable that would be passed to the Flowable application when completing the job.Provide aShortvariable that would be passed to the Flowable application when completing the job.Provide aStringvariable that would be passed to the Flowable application when completing the job.Provide anInstantvariable that would be passed to the Flowable application when completing the job.Provide aLocalDatevariable that would be passed to the Flowable application when completing the job.WorkerResult.Success.variable(String name, LocalDateTime value) Provide aLocalDateTimevariable that would be passed to the Flowable application when completing the job.Provide aDatevariable that would be passed to the Flowable application when completing the job.Methods in org.flowable.external.worker with parameters of type WorkerResult.Success