Uses of Class
net.pricefx.common.dto.creationworkflow.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
Modifier 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
Modifier and TypeMethodDescriptionPublicGroovyAPI.newCreationWorkflow()
Creates theCreationWorkflowDefinition
object using the specified steps.
Available for: Agreements & Promotions (Contracts), Compensation Plans, Quotes, and Rebate Agreements.
Example (step1, step2, step3 must be already defined within the logic usingapi.newCreationWorkflowStep()
):