Description
This page allows you to create a data item condition for a transition. A transition may optionally define a condition which must be met before the transition will be followed. Transition conditions can be a combination of sub-conditions. These sub-conditions are combined together to equal one expression which the Workflow Engine uses to determine whether or not the transition has been successful and the next activity can begin. Sub-conditions can either be function based or data based. Data item conditions are where a chosen operator is applied to either two workflow data object attribute values or to a workflow data object attribute value and a constant. An example of two workflow data object attribute values that might be used as a condition expression for a transition might read, "if person is over 18, then set condition to true".
Page Preview
Page Flow Diagram
Click the diagram to manipulate and zoom. Traverse the diagram using Click-and-Drag motions. Fullscreen
Fields
Select Data Item
LabelTypeDescriptionMandatory
Conditional OperatorPDT_TRANSITION_CONDITION_OPERATOROperator for the condition expression, e.g., AND.Yes
Data Object AttributePDT_WDO_ATTRIBUTE_IDThe fully qualified name of the workflow data object attribute on the left hand side of the data item condition.Yes
Select Comparison Operator & Value
LabelTypeDescriptionMandatory
OperatorPDT_TRANSITION_RELATIONAL_OPERATOROperator for the condition expression, e.g., AND.Yes
Constant (strings should be quoted)PDT_TRANSITION_CONSTANT_RHSConstant for the condition expression. If the constant being specified is a string, then it should be enclosed in double quotes (e.g. "SomeConstant").No
Data Object AttributePDT_WDO_ATTRIBUTE_IDThe fully qualified name of the workflow data object attribute on the right hand side of the data item condition.No
Parentheses
LabelTypeDescriptionMandatory
OpeningPDT_NUMBER_OF_BRACKETSThe number of opening brackets in the expression. The opening and closing parentheses indicate how the condition fits into the overall condition expression.No
ClosingPDT_NUMBER_OF_BRACKETSThe number of closing brackets in the expression. The opening and closing parentheses indicate how the condition fits into the overall condition expression.No
Links and Actions
Page Level Actions
LabelDescription
CancelThe Cancel action dismisses the page.
SaveThe Save action creates a new record from the information entered on the page.
Save & NewThe Save & New action creates a new record from the information entered on the page and resets the page allowing an additional record to be created.
Messages
When page is loaded
None
When page is submitted
MessageMessage CatalogConfigurableConfigurable Validation Reference ID
A comparison operator must be supplied.LinkNo
A conditional operator must be supplied.LinkNo
A constant OR a workflow data object attribute must be supplied for the right hand side of the condition.LinkNo
An error occurred converting the process definition to XML.LinkNo
An error occurred loading the process definition XML document.LinkNo
An error occurred updating the workflow process definition: %1s.LinkNo
An Exception occurred as the timeout has been reached and the transaction has been rolled back.LinkNo
A workflow data object attribute must be supplied.LinkNo
A workflow data object defined by the workflow engine.LinkNo
Cannot find the default locale for this localized text.LinkNo
Decision Workflow Data ObjectLinkNo
Either a constant OR a workflow data object attribute must be supplied.LinkNo
Enacting UserLinkNo
Enactment TimeLinkNo
Process Instance IDLinkNo
Runtime InformationLinkNo
The conditional operator for the data item condition expression with identifier %1s for the transition %2s cannot be blank.LinkNo
The conditional operator for the function condition expression with identifier %1s for the transition %2s cannot be blank.LinkNo
The conditional operator for the loop condition data item expression %1s with identifier %2s cannot be blank.LinkNo
The conditional operator for the loop condition function expression %1s with identifier %2s cannot be blank.LinkNo
The data item condition %2s %1s %3s is invalid.LinkNo
The function for the function condition expression with identifier %1s for the transition %2s cannot be blank.LinkNo
The function for the loop condition function expression %1s with identifier %2s cannot be blank.LinkNo
The get method associated with the component type %1s could not be invoked.LinkNo
The get method associated with the component type %1s could not be retrieved.LinkNo
The left hand side (LHS) of the data item condition expression with identifier %1s for the transition %2s cannot be blank.LinkNo
The left hand side (LHS) of the loop condition data item expression %1s with identifier %2s cannot be blank.LinkNo
The login ID %1s does not map to a user name.LinkNo
The loop data item condition %1s is invalid.LinkNo
The loop function condition %1s is invalid.LinkNo
The operator for the data item condition expression with identifier %1s for the transition %2s cannot be blank.LinkNo
The operator for the loop condition data item expression %1s with identifier %2s cannot be blank.LinkNo
The released workflow process definition %1s with identifier %2n and version %3n is invalid. The validation error is %4sLinkNo
The right hand side (RHS) of the data item condition expression with identifier %1s for the transition %2s cannot be blank.LinkNo
The right hand side (RHS) of the function condition expression with identifier %1s for the transition %2s cannot be blank.LinkNo
The right hand side (RHS) of the loop condition data item expression %1s with identifier %2s cannot be blank.LinkNo
The right hand side (RHS) of the loop condition function expression %1s with identifier %2s cannot be blank.LinkNo
The rule expression with an identifier of %1s already exists in the rule condition.LinkNo
The transition condition between %1s and %2s cannot reference both %3s and %4s. These are mutually-exclusive Objects they cannot exist simultaneously at runtime.LinkNo
The transition data item condition %1s is invalid.LinkNo
The transition function condition %1s is invalid.LinkNo
The type %1s specified for the attribute %2s is unknown.LinkNo
The workflow process definition %1s cannot be found.LinkNo
The workflow process definition %1s version %2s cannot be changed as it has already been released.LinkNo
The workflow process definition is invalid against the schema. The schema error is %1sLinkNo
The XML Binding API cannot be invoked as the classesToBeBound parameter is empty.LinkNo
Unable to marshal the data for the class '%1s'. The error message is '%2s'LinkNo
Unable to unmarshal the data for the class '%1s'. The error message is '%2s'.LinkNo
Unnamed ActivityLinkNo
Related Entities
When page is loaded
None
When page is submitted
ProcessDefinition
Technical Information
Page IDProcessDefinitionTool_createTransitionDataItemCondition
LocationC:\Users\david\dev\src\esystems-inc\Curam_V8_IS\webclient\components\core\Process Definition Tool\Transitions\ProcessDefinitionTool_createTransitionDataItemCondition.uim
Page Load Interface
Page Submit InterfaceTransitionConditionAdmin.createTransitionDataItemCondition
Linked From PagesNew Data Item Condition (ProcessDefinitionTool_createTransitionDataItemCondition), Transitions (ProcessDefinitionTool_listTransitions)