Uses of Package
net.pricefx.common.dto
-
Packages that use net.pricefx.common.dto Package Description net.pricefx.common.apibuilder.calculationflowaction net.pricefx.common.dto -
Classes in net.pricefx.common.dto used by net.pricefx.common.apibuilder.calculationflowaction Class Description ChainedJobInfo -
Classes in net.pricefx.common.dto used by net.pricefx.common.dto Class Description WorkflowDTO This class is basically the type that is exposed by the workflow formula bindingworkflow
So in your workflow formula you would call methods on that instance to add approval nodes and/or watcher nodes and supply further details while doing so.
The methods are designed to be used in a simple flow pattern.
Simple example:WorkflowDTO.ApprovalStepDTO WorkflowDTO.StepDTO WorkflowDTO.WatcherStepDTO