Uses of Class
com.broadleafcommerce.orchestration.config.Step
Packages that use Step
Package
Description
-
Uses of Step in com.broadleafcommerce.orchestration.client
Methods in com.broadleafcommerce.orchestration.client that return types with arguments of type StepModifier and TypeMethodDescriptionSimpleWorkflow.getSteps()
Retrieve the ordered list of names for all the activities supported by this workflow.SimpleWorkflowExecution.getSteps()
Steps.getSteps()
Methods in com.broadleafcommerce.orchestration.client with parameters of type StepModifier and TypeMethodDescriptionvoid
Execute a list ofSimpleActivity
members identified by their names at the position identified by the activity whose name matches the name parameters.void
protected ActivityResponse
SimpleWorkflowExecution.executeActivity
(Step step, Map<String, Object> context) Engage a specific step in the workflow with context.Method parameters in com.broadleafcommerce.orchestration.client with type arguments of type StepModifier and TypeMethodDescriptionvoid
Execute a list ofSimpleActivity
members identified by their names at the position identified by the activity whose name matches the name parameters.void
void
Constructor parameters in com.broadleafcommerce.orchestration.client with type arguments of type Step -
Uses of Step in com.broadleafcommerce.orchestration.config
Methods in com.broadleafcommerce.orchestration.config that return StepMethods in com.broadleafcommerce.orchestration.config that return types with arguments of type StepModifier and TypeMethodDescriptionWorkflowConfiguration.byWorkflow
(String workflowName) WorkflowConfiguration.getSteps()
Map of steps to perform by workflow nameMethod parameters in com.broadleafcommerce.orchestration.config with type arguments of type Step