Uses of Class
net.pricefx.workflowengine.WorkflowStep.WorkflowStepExecutionStatus
-
Packages that use WorkflowStep.WorkflowStepExecutionStatus Package Description net.pricefx.workflowengine Provides Workflow API. -
-
Uses of WorkflowStep.WorkflowStepExecutionStatus in net.pricefx.workflowengine
Fields in net.pricefx.workflowengine declared as WorkflowStep.WorkflowStepExecutionStatus Modifier and Type Field Description WorkflowStep.WorkflowStepExecutionStatus
WorkflowInfo.WorkflowStepInfo. executionStatus
The status of the step Can be: INITIALIZED, PREEXECUTED, EXECUTED_DENIED, EXECUTED_APPROVED, EXECUTED_WITHDRAWN, ALREADY_SATISFIEDMethods in net.pricefx.workflowengine that return WorkflowStep.WorkflowStepExecutionStatus Modifier and Type Method Description static WorkflowStep.WorkflowStepExecutionStatus
WorkflowStep.WorkflowStepExecutionStatus. valueOf(String name)
Returns the enum constant of this type with the specified name.static WorkflowStep.WorkflowStepExecutionStatus[]
WorkflowStep.WorkflowStepExecutionStatus. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-