Interface ProcessDistributor
- All Known Implementing Classes:
ProcessDistributorImpl
public interface ProcessDistributor
interface ProcessDistributor
improves a availability and scalability
Various methods Distributor engine
-
Field Summary
-
Method Summary
Modifier and TypeMethodDescriptiondistribute
(WorkerParameters workParams, Step step, String operationId) Distribute different steps (execute a workflow actions step by step)
-
Field Details
-
JSON_EXTENSION
- See Also:
-
EXCEPTION_MESSAGE
- See Also:
-
OBJECTS_LIST_EMPTY
- See Also:
-
ELEMENT_UNITS
- See Also:
-
NOLEVEL
- See Also:
-
-
Method Details
-
distribute
Distribute different steps (execute a workflow actions step by step)- Parameters:
workParams
-WorkerParameters
null not allowedstep
-ProcessStep
null not allowedoperationId
- operationId- Returns:
- CompositeItemStatus : list of action response
-
getProcessDataManagement
ProcessDataManagement getProcessDataManagement()
-