Uses of Interface
net.pricefx.common.dto.creationworkflow.IsParallelSubStep
Packages that use IsParallelSubStep
Package
Description
Provides API related to scripting, including interface 
PublicGroovyAPI, that represents what can be reached in the Groovy element syntax as api.- 
Uses of IsParallelSubStep in net.pricefx.common.dto.creationworkflow
Subinterfaces of IsParallelSubStep in net.pricefx.common.dto.creationworkflowModifier and TypeInterfaceDescriptioninterfaceMarker interface for sub steps inReviewStepDefinitionin a creation workflow which are processed in sequence one by one.interfaceA sub step in the Creation Workflow where a line item is sent for review by a particular user group.Methods in net.pricefx.common.dto.creationworkflow with parameters of type IsParallelSubStepModifier and TypeMethodDescriptionReviewByUserGroups.withParallelSubSteps(IsParallelSubStep... parallelSubSteps)  - 
Uses of IsParallelSubStep in net.pricefx.formulaengine.scripting
Methods in net.pricefx.formulaengine.scripting with parameters of type IsParallelSubStepModifier and TypeMethodDescriptionPublicGroovyAPI.newReviewParallelSubSteps(IsParallelSubStep... subSteps) Creates theReviewUserGroupsParallelSubStepobject using the specified sub steps, these are processed in parallel.