Interface GraphWalker
public interface GraphWalker
-
Method Summary
Modifier and TypeMethodDescriptionvoidfollow(com.liferay.portal.workflow.kaleo.model.KaleoNode sourceKaleoNode, com.liferay.portal.workflow.kaleo.model.KaleoNode targetKaleoNode, List<PathElement> remainingPathElements, ExecutionContext executionContext)
-
Method Details
-
follow
void follow(com.liferay.portal.workflow.kaleo.model.KaleoNode sourceKaleoNode, com.liferay.portal.workflow.kaleo.model.KaleoNode targetKaleoNode, List<PathElement> remainingPathElements, ExecutionContext executionContext) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-