Uses of Class
net.pricefx.common.dto.creationworkflow.CreationWorkflowDefinition
Packages that use CreationWorkflowDefinition
Package
Description
Root package of the public Groovy API available to Pricefx logics.
-
Uses of CreationWorkflowDefinition in net.pricefx.common.dto.creationworkflow
Methods in net.pricefx.common.dto.creationworkflow that return CreationWorkflowDefinitionModifier and TypeMethodDescriptionCreationWorkflowDefinition.withSteps(CreationWorkflowStepDefinition... steps) Adds specified steps (must be already defined within the logic) to the Creation Workflow. -
Uses of CreationWorkflowDefinition in net.pricefx.formulaengine.scripting
Methods in net.pricefx.formulaengine.scripting that return CreationWorkflowDefinitionModifier and TypeMethodDescriptionPublicGroovyAPI.newCreationWorkflow()Creates theCreationWorkflowDefinitionobject using the specified steps.