Uses of Class
net.pricefx.common.dto.creationworkflow.CreationWorkflowDefinition
Packages that use CreationWorkflowDefinition
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 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.