Package net.pricefx.common.dto
-
Class Summary Class Description InsertWorkflowStepsDTO 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<T extends WorkflowDTO.StepDTO> WorkflowDTO.WatcherStepDTO