Description
This page allows you to create a workflow process definition. Workflow process definitions can be used to support the automation of business processes and to route work among individuals and departments. A new instance is created each time a workflow process definition is enacted.
Page Preview
Page Flow Diagram
Click the diagram to manipulate and zoom. Traverse the diagram using Click-and-Drag motions. Fullscreen
Fields
LabelTypeDescriptionMandatory
Technical IDPDT_PROCESS_NAMEThe unique name of the workflow process definition.Yes
NamePDT_PROCESS_DISPLAY_NAMEThe display name of the workflow process definition.Yes
CategoryPDT_PROCESS_CATEGORYThe code of the category of workflow process definition, e.g., integrated case, product delivery.Yes
Start Process Split TypePDT_ACTIVITY_SPLIT_TYPEThe split type of the start process activity. A NONE split type indicates that there is only one transition from this activity to the next activity. For Parallel and Choice split types, there can be multiple transitions. With a Parallel split type, the transitions will run parallel to each other. The Workflow Engine will determine which of these transitions are true, and then execute the activities whose transitions are true at the same time. With a Choice split type, the Workflow Engine will determine the first transition which is true and execute only one activity based on this determination.Yes
End Process Join TypePDT_ACTIVITY_JOIN_TYPEThe join type of the end process activity. The type of join used for incoming transitions is either NONE, Parallel (AND), or Choice (XOR). The reason these are the same as the split types is because each outgoing transition must have a corresponding incoming transition (of the same type) that resolves the transition path.Yes
DocumentationPDT_PROCESS_DOCUMENTATIONA reference to more detailed documentation.No
Description
LabelTypeDescriptionMandatory
DescriptionPDT_PROCESS_DESCRIPTIONA detailed description of this workflow process definition.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.
Messages
When page is loaded
None
When page is submitted
MessageMessage CatalogConfigurableConfigurable Validation Reference ID
A join type must be specified for the end process activity.LinkNo
An activity named %1s already exists for the %2s locale.LinkNo
An error occurred converting the process definition to XML.LinkNo
An error occurred creating the workflow process definition: %1s.LinkNo
An error occurred loading the process definition XML document.LinkNo
An Exception occurred as the timeout has been reached and the transaction has been rolled back.LinkNo
A process category must be specified.LinkNo
A process display name must be specified for process %1s.LinkNo
A process name must be specified.LinkNo
A split type must be specified for the start process activity.LinkNo
A workflow data object defined by the workflow engine.LinkNo
A workflow process definition named %1s already exists.LinkNo
A workflow process definition named %1s already exists.LinkNo
A workflow process definition with display name %1s already exists.LinkNo
Cannot find the default locale for this localized text.LinkNo
Could not retrieve the localized process display name for the process. Reason: %1sLinkNo
Enacting UserLinkNo
Enactment TimeLinkNo
End Process ActivityLinkNo
Process Instance IDLinkNo
Runtime InformationLinkNo
Start Process ActivityLinkNo
The end process activityLinkNo
The Key Server cache and the Key Server database values are out of sync and therefore this record cannot be inserted. LinkNo
The length of the display name of process %1s is %2n. The maximum allowed length is %3n.LinkNo
The login ID %1s does not map to a user name.LinkNo
The released workflow process definition %1s with identifier %2n and version %3n is invalid. The validation error is %4sLinkNo
The start process activityLinkNo
The workflow process definition %1s cannot be found.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
Related Entities
When page is loaded
None
When page is submitted
ProcessDefinition
ProcessDefinitionTranslation
Technical Information
Page IDProcessDefinitionTool_createProcess
LocationC:\Users\david\dev\src\esystems-inc\Curam_V8_IS\webclient\components\core\Process Definition Tool\Workflow Process\ProcessDefinitionTool_createProcess.uim
Page Load Interface
Page Submit InterfaceProcessAdmin.createProcess
Linked From PagesReleased Processes (ProcessDefinitionTool_listLatestReleasedProcesses), In-Edit Processes (ProcessDefinitionTool_listLatestUnreleasedProcesses)