Uses of Class
org.chenile.orchestrator.process.model.payload.DoneSuccessfullyPayload
Packages that use DoneSuccessfullyPayload
-
Uses of DoneSuccessfullyPayload in org.chenile.orchestrator.delegate
Methods in org.chenile.orchestrator.delegate with parameters of type DoneSuccessfullyPayloadModifier and TypeMethodDescriptionProcessManagerClient.doneSuccessfully(String id, DoneSuccessfullyPayload payload) ProcessManagerClientImpl.doneSuccessfully(String id, DoneSuccessfullyPayload payload) -
Uses of DoneSuccessfullyPayload in org.chenile.orchestrator.process.service.cmds
Subclasses with type arguments of type DoneSuccessfullyPayload in org.chenile.orchestrator.process.service.cmdsModifier and TypeClassDescriptionclassContains customized logic for the transition.classIf subprocess is done successfully, then we should increment the num of completed sub processes.Methods in org.chenile.orchestrator.process.service.cmds with parameters of type DoneSuccessfullyPayloadModifier and TypeMethodDescriptionvoidDoneSuccessfullyAction.transitionTo(Process process, DoneSuccessfullyPayload payload, State startState, String eventId, State endState, STMInternalTransitionInvoker<?> stm, Transition transition) voidSubProcessDoneSuccessfullyAction.transitionTo(Process process, DoneSuccessfullyPayload payload, State startState, String eventId, State endState, STMInternalTransitionInvoker<?> stm, Transition transition)