Uses of Class
org.chenile.orchestrator.process.model.payload.SubProcessPayload
Packages that use SubProcessPayload
Package
Description
-
Uses of SubProcessPayload in org.chenile.orchestrator.process.model.payload
Fields in org.chenile.orchestrator.process.model.payload with type parameters of type SubProcessPayload -
Uses of SubProcessPayload in org.chenile.orchestrator.process.utils.base
Methods in org.chenile.orchestrator.process.utils.base that return SubProcessPayloadModifier and TypeMethodDescriptionprotected SubProcessPayloadSplitterBase.makeSubProcessPayload(ChildInput child, String childProcessType) Methods in org.chenile.orchestrator.process.utils.base that return types with arguments of type SubProcessPayloadModifier and TypeMethodDescriptionprotected abstract List<SubProcessPayload> Implementations can call processManagerClient.splitPartiallyDone(workerDto.process.getId(), batchPayload); as many times as required.Method parameters in org.chenile.orchestrator.process.utils.base with type arguments of type SubProcessPayloadModifier and TypeMethodDescriptionprotected voidSplitterBase.splitPartiallyDone(String id, List<SubProcessPayload> subProcessPayloads)