Designing Business Processes in the Sun Business Process Manager

Designing Business Processes in the Sun Business Process Manager

The topics listed here provide links to task, conceptual and reference information for designing a Java CAPS Business Process (BP). If you have any questions or problems, see the Java CAPS web site at http://goldstar.stc.com/support.

Sun Business Process Manager (BPM) provides graphical editors to help you design and configure the models that depict your BPs using simple drag and drop procedures. The topics listed here provide the background information and instructions you need to understand and create BP models..

Business Process Model Overview

A Business Process (BP) is a collection of actions that take place in your company, revolving around a specific business practice. These processes can involve a variety of participants and might include internal and external computer systems or personnel. In Sun Business Process Manager (BPM), you create a graphical representation of the BP called a BP model. The model defines each component in the process and the flow of data through those components.

The BP model indicates the flow of data from start to end, and can include activities performed by the software, decision points, and any business logic used to transform and transfer the data. A BP can also contain activities that must be performed by a user, meaning that the flow of data is paused until the specified user performs the required activity.

Business Process Components

BP components, or modeling elements, include activities, branching activities (decision points), intermediate activities, and links, as well as the business rules that define the logic of how data is transformed and moved. You can create sub-processes that can then be incorporated into a main BP.

The modeling elements you add from the Business Process Designer are standard BPEL elements, and are described in detail in Business Process Activities.

By default, the Start and End activities appear on the blank Business Process Designer as soon as you create a BP. There is only one starting point for any BP model. There can be multiple end points.

Java CAPS Components

In addition to the standard BP components, you can also drag and drop other Java CAPS component activities from the Project Explorer directly into the Business Process Designer. Java CAPS component activities include the following:

Java CAPS Component Activities

When you define certain Java CAPS components, one or more activity is added to that component in the Project Explorer. You cannot drag and drop a Java CAPS component, such as a Collaboration or OTD, directly into a BP. Instead, you drag and drop an activity defined by the component into the BP. For example, when you create a Java Collaboration Definition or OTD, activities are added to the Collaboration node in Project Explorer. Activities appear as yellow rectangles, similar to the Business Process Designer activity icons.

JMS Activities

When you publish messages from a BP using a JMS send operation, the default message type specified in the JMSMessageType field is a text message. To publish bytes, stream, or map messages, you need to explicitly define the type in the message type field by defining a Business Rule for the send operation link (see Incorporating Business Rules for more information about using business rules).

Editing Business Processes

Sun Business Process Manager (BPM) provides several editors that you can use to design and configure your BP. The main editor, the Business Process Designer, is where most of the process is defined. Additional editors allow you to configure and fine-tune the BP.

The Business Process Designer

The Business Process Designer is the area in Enterprise Designer where you view, create, and edit BP models. The Business Process Designer provides the necessary tools for developing BP models such as graphic editing tools for adjusting, sizing, and aligning model components as well as a palette of modeling elements for developing the logical flow of information and tasks of the BP.

The Business Process Designer is very similar to any of the other Java CAPS interfaces. When you create a new BP, the Business Process Designer appears. The toolbar contains additional activity icons, which are described in Business Process Activities.


Note –

You might need to expand the Business Process Designer window to view all toolbar options.


Table 1 Business Process Designer Toolbar

Name 

Description 

Display Business Rule Designer

Reveals the Business Rule Designer in the lower portion of the Business Process Designer. 

Show Business Process Code

Toggles between showing and hiding the corresponding Business Process Execution Language (BPEL) code, allowing you to view and edit the code. 

Synchronize Graphical Model and Business Process Code

Updates the BP code on demand. The BP code is also synchronized when the model is saved. 

Validate Business Process Model

Checks for any errors in the BP model. 

Show/Hide Property Sheet

Shows or hides the Property Sheet for the selected modeling element. 

Print

Prints the BP model. This option also allows you to control the scale of the printed model. 

Do Auto Layout

Automatically lays out the BP model. The Auto Layout feature provides several options for customizing the model layout. 

Align or Distribute

Displays several options for aligning and distributing your BP model elements. 

Zoom

Controls the view size of the BP model. 

Business Process Activities

Activities are elements in a BP model that specify the logical flow of information. There are several different types of activities you can use in a BP, and each activity performs a different function within the process. Activities are categorized by the following types:

Activity Elements

Activity elements include those activities that are common to most BPs, such as Start, End, Receive, Reply, and so on. Table 2 lists and describes the activity elements. These activities are all available from the Business Process Designer toolbar except the start and end nodes, which appear automatically on the Business Process Designer canvas when a BP is created.

Table 2 Activity Elements

Name 

Description 

Start

Indicates the start of the process. This element appears in the Business Process Designer by default when you create a new BP model; it does not have a corresponding icon on the Business Process Designer toolbar. A start node can only link to a receive activity, and cannot be deleted. 

End

Indicates the completed state of a BP. This element appears in the Business Process Designer by default when you create a new BP model; it does not have a corresponding icon on the Business Process Designer toolbar. An end node cannot be deleted. 

Receive Activity

Indicates the invocation of a BP, or indicates to wait for the arrival of an inbound message. The receive activity represents the actual method by which a BP is initiated. 

Activity

Invokes a web service or a Java CAPS component. Depending upon the configuration of the component, a response might be required. 

Reply Activity

Allows a BP to respond to the external system or user that originally invoked the BP. The receive activity at the beginning of the BP is paired with the reply activity at the end of the process. In cases where a message must be sent back to the caller of the BP, the reply activity uses information that correlates the message in the calling system. 

A reply activity is the last step in a BP in which the BP acts as a web service or sub-process. It correlates the outbound message back to the calling process; for example, it can reply to an external system as a web service. 

Business Rule Activity

Maps and manipulates data using the Business Rule Designer (see The Business Rule Editor). You can also add a Business Rule to some links for the same purpose.

Compensate

Invokes compensation on an inner scope that has already completed normally. This construct can be invoked only from within a fault handler or another compensation handler.

Empty Activity

Allows data to pass through without any changes. 

Wait Activity

Delays processing for a set period of time. 

User Activity

Represents a step in a BP that requires human intervention. This activity must be configured by adding task assignments to the Worklist Manager.

When a BP instance comes to a user activity, it creates a task and polls a table for the status of the task. In order for the user activity to complete, the user or the external application must update the status of the task. 

User Activity API

Represents and configures a step in a BP that requires human intervention from an external application. This activity must also be configured by adding task assignments to the Worklist Manager. 

Branching Activities

Branching activities are elements in a BP model that specify the logical flow of information when there are two or more possible paths. BPM provides three different kinds of branching activities—decisions, event-based decisions, and flows.

Table 3 Branching Activities

Name 

Description 

Branching Activities

Exposes the commands described below. These commands allow you to define several possible paths to execute based on expression logic. 

Decision

Allows you to define complex expressions that are evaluated to determine the proper BP flow. This element also contains the expression and connection names. Expressions are built using the Business Rule Designer and BP attributes. 

Event Based Decision

Allows multiple inbound messages to be juxtaposed against one or more message or timeout conditions, so the type of message received determines the appropriate BP path. 

Flow

Allows you to specify one or more BP paths to be performed concurrently. 

Intermediate Events

Intermediate events are those activities that can receive a BP. Some intermediate events handle exceptions or compensate for exceptions. The intermediate events are available from the Intermediate Events menu on the Business Process Designer toolbar except Throw and Terminate Process, which are both available directly from the toolbar.

Table 4 Intermediate Events

Name 

Description 

Throw

Allows you to create an error along a specific BP path. 

Terminate Process

Allows you to terminate an entire BP before it reaches an end node. 

Intermediate Events

Provides a dropdown menu that lists the following elements. These elements handle exceptions that might occur during a BP or that compensate for exceptions that do occur. 

Timer Event

Specifies either a duration-based or deadline-based condition that determines which branch a BP takes. A duration-based condition is satisfied after a specified elapsed time. A deadline-based condition is satisfied at a specified time. A timer event is used in conjunction with an event-based decision. 

Message Event

Similar to a receive activity, but occurring only in the middle of a process and only with event-based decisions. Each message event can be a different message. 

Catch Named Exception

Handles named exceptions. Each automated (backend) system or web service can publish their possible error codes (for instance, fault 15 is “bad data”), and those codes can be mapped to exception handlers. Each exception handler is connected to the Scope that surrounds one or more steps in a BP. The components within that Scope throw the exceptions when errors occur. The exception handler automatically initiates the appropriate process to handle the problem. 

Catch All Exceptions

Handles un-named exceptions that occur in a Scope or across a BP.

Compensation Handler

Allows you to design the process and circumstances in which compensation takes place. This used when a part of a BP fails and requires a rollback of upstream activities (such as money has to be returned to the customer account). Automatically, upstream steps in the BP are notified that the failure has occurred and certain transactions need to be reversed, sometimes in a sequential order. 

Scope Element

A Scope element defines the behavior for one or more activities. A scope can provide exception handlers, event handlers, and a compensation handler. The exception handlers for the scope can be used to catch the faults caused by the possible exception responses.

Table 5 Scope Element

Name 

Function 

Scope

Allows you to apply exception handling to a set of sequential or simultaneous steps in a BP. 

While Element

A While element makes it possible to have repeating or looping logic inside a BP.

Table 6 While Element

Command 

Function 

While

Allows you to create a looping process within a BP (for instance, a negotiation process might take several weeks, but the manager wants to review the daily status). The loop continues until the process is complete, and then the BP continues. 

The Business Rule Designer

The Business Rule Designer allows you to configure relationships between input and output attributes using direct links between the input or using methods from the Method Palette. The area where you map attributes in the Business Rule Designer is called the Mapper.

Some attributes are automatically created for each activity when you drag and drop a component on the Business Process Designer. You can also manually create attributes in the Business Process Properties.

The Business Rule Designer has a Method Palette from which you can select methods to manipulate data. Use these methods to configure data passed between input and output nodes.

The Business Rule Designer toolbar is shown in Figure 1; the icons are described in Table 7.

Figure 1 Business Rule Designer Toolbar

Figure shows the Business Rule Designer toolbar.

Table 7 Business Rule Designer Toolbar

Name 

Description 

Auto Layout

Automatically arranges the visible method boxes for clarity. 

Expand All Methods

Expands all method boxes so parameters and return values are all visible. 

Collapse All Methods

Collapses all method boxes so parameters and return values are not visible. 

Delete Selection

Deletes the selected method boxes. 

The Business Rule Editor

The Business Rule Editor is linked to the Business Rule Designer, and provides an advanced view of the business rules where you can further edit defined rules. You can delete a rule or set of rules, reset the destination for a rule, and change the order of rules. In the Business Rule Editor, you see the business rules in a tree-view in the order in which they are carried out, allowing you to see how data will be processed by the displayed rule set from start to finish, as shown in Figure 2.

Figure 2 Business Rule Editor

Figure shows the Business Rule Editor.

Reset Destination

The Reset Destination feature can be applied to business rules, and resets a BP attribute to an empty state before performing a mapping. The purpose of the Reset Destination option is to create an output container. Since this can create performance overhead, the default setting is off.

The Reset Destination option is useful when creating a BP that includes a user activity inside a while loop. When a BP attribute with repeating nodes is continually reused, such as in a loop activity, it might be necessary to reset the attribute value to an empty state. When BPM populates these nodes during the looping process, it overwrites the data in the BP attribute. If the attribute contains more information than will be overwritten, there is leftover data in the node. In this case, extraneous information appears that does not reflect the current intended value of the attribute. The Reset Destination feature prevents this.

It is important to activate the Reset Destination option on the first rule to ensure that the first action in the mapping process resets the attribute to an empty state. The Reset Destination feature is set in the Business Rules Editor (for more information, see Editing Business Rules).

Building a Business Process Model

When developing a Business Process (BP), you first create and name a new BP in a Java CAPS Project, and then add modeling elements and other Java CAPS component operations to the BP canvas to develop a logical process flow. Like other objects, BPs appear in the Project Explorer. Perform the following steps to create a BP model.

Once you create the BP, you need to might configure the properties. Once you have finalized the BP, you need to create a Connectivity Map, Environment, and Deployment Profile. You can then deploy the Project to the server.

Adding a Business Process to a Project

The first step in creating a BP is to add a new BP to a Java CAPS Project.

ProcedureTo add a BP to a Project

  1. From the Project Explorer panel, right-click a Project.

  2. Point to New, and then select Business Process from the context menu.

  3. Enter a new name for the BP.

  4. Click Save.


    Note –

    See Sun Enterprise Service Bus topics for more information about creating a new Project.


Creating the Business Process Components

You create BP components by dragging, dropping, and linking the available modeling elements in the Business Process Designer.

Perform the following steps to create the components of a BP.

Adding Activities

There are several different kinds of activities you can include in a BP model. For more information about each of the different kinds of activities you can use and an illustration of their toolbar icons, see Business Process Activities.

ProcedureTo add activities

  1. Do one of the following:

    • On the Business Process Designer toolbar, click the activity icon and drag it to the canvas.

    • For intermediate or branching activities, click Intermediate Events or Branching Activities on the Business Process Designer toolbar, click the activity you want to use, and then drag it to the canvas.

  2. Click the activity name and type a new name for the activity. This is optional. You can accept the default name.


    Note –

    The activity name must contain at least one character (A-Z, a-z, or 0-9), it must start with a letter or an underscore (_), and it can contain spaces.


  3. Add Java CAPS components from the Project Explorer as described in Adding Components from the Project Explorer (optional).

  4. Link the activities as described in Linking Modeling Elements.

Adding Components from the Project Explorer

Elements from the Project Explorer can either be dropped directly onto the canvas or onto an activity. Many elements provide custom settings so you can model every detail of your process.

ProcedureTo add Project Explorer components

  1. In the Project Explorer, expand the tree until the element you want to add is visible.


    Note –

    Elements that can be added to a BP appear in the Project Explorer with a yellow rectangular icon, like the FileClient receive and write activities or Visual Page Designer show operations.


  2. Click the element and drag it to the Business Process Designer canvas.

  3. Link the modeling elements as described in Linking Modeling Elements.

Linking Modeling Elements

Links indicate the flow of the BP by connecting activities together. BPM does not allow invalid links, ensuring the model is properly linked. Links can also accept business rules. A link with a business rule is marked with a blue icon.

ProcedureTo link a modeling element

  1. Move your cursor over the connector portion of a modeling element.

  2. Hold the cursor over the outside edge of the modeling element until it changes from the arrow pointer to a hand.

  3. Drag a line from the first activity to the connector of the second activity, and then release the mouse.

  4. To change the link style, right-click the BP in the Project Explorer, and then click Toggle Link Style.

  5. Click Save.

  6. Add business rules to the links, as described in Incorporating Business Rules below (optional).

Incorporating Business Rules

You can configure logic in a business rule activity or add a business rule to a link. Business rules are defined using the Business Rule Designer, which appears when you click the Display Business Rule Designer icon or double-click a business rule activity or a business rule icon on a link. It is active when you add or select a link with a business rule and when you add or select a business rule activity. The Business Rules Editor, available from the Business Rule Designer, allows you to further modify business rules.

Adding Business Rules Activities

A business rule activity allows you to map and manipulate data in an activity in the Business Rule Designer.

ProcedureTo add a business rule activity

  1. From the Business Process Designer toolbar, click Business Rule Activity and drag it to the Business Process Designer canvas.

  2. On the Business Process Designer toolbar, click Display Business Rule Designer.

    The Business Rule Designer appears in the lower part of the Business Process Designer.

  3. Define the business rules for the activity as described in Defining Business Rules.

Adding a Business Rule to a Link

You can add a business rule to a link in order to map and manipulate data between activities using the Business Rule Designer.

ProcedureTo add a business rule to a link

  1. Right-click a link in the BP, and then click Add Business Rule.

  2. On the toolbar, click Display Business Rule Designer.

    The Business Rule Designer appears in the lower part of the Business Process Designer.

  3. Define the business rules for the activity as described in Defining Business Rules.

Defining Business Rules

A business rule can be a direct mapping of data, or can include multiple methods to manipulate data during the mapping.

ProcedureTo define a business rule

  1. In the Business Process Designer, double-click the business rule activity or link you want to edit.

    The Business Rule Designer appears.

  2. Expand the trees in the right and left panels until the nodes you want to map are visible.

  3. Do any of the following:

    • Drag a direct link between nodes in the right and left panels.

    • Select a method from the Method Palette. You can populate the method parameters and return values by linking them to nodes in the left and right panels, by linking them with additional methods, or by creating literal values.


      Note –

      See Using the Method Palette for more information about each method available in the Method Palette.


  4. When you are done creating business rules, click Save in the Enterprise Designer toolbar.

Editing Business Rules

Once you create business rules, you can modify them in the Business Rule Designer. You can also use the Business Rules Editor, provided with the Business Rule Designer, The editor provides an advanced view of the business rules for your BP

ProcedureTo edit business rules

  1. In the BP, double-click the business rule activity or business rule you want to modify.

  2. Do any of the following:

    • Add new mappings.

    • Incorporate new methods into the rules.

    • Delete an existing link by clicking the link and then pressing the Delete key (this cannot be undone).

  3. To modify rules in the Business Rules Editor, click the bottom gray triangle to the left of the Business Rule Designer title bar.

    The Business Rules Editor appears.

  4. By default, the rules are in read-only mode. Click Show Single Mapping to place the editor in edit mode.

  5. Do any of the following in the Business Rules Editor.

    • To delete a rule or set of rules, right-click the node and then click Delete. Use caution when deleting rules. This can result in modeling elements being removed from the BP and cannot be undone.

    • To activate the reset destination feature for a rule, right-click the rule, and then click Reset Destination (for more information about this feature, see Reset Destination).

      When you right-click the node again, Reset Destination appears with a check mark.

    • To deactivate the reset destination feature for a rule, right-click the rule, and then click Reset Destination.

      When you right-click the node again, Reset Destination no longer appears with the check mark.

    • To expand the tree nodes, right-click a node, and then click Expand, or click Expand All to expand all nodes.

    • To collapse a tree node, right-click the node, and then click Collapse.

    • To change the order of the rules, select the rule you want to move and then click either the down or up arrows in the toolbar until the rule is where you want it. You can only move a node if there a multiple nodes at the same level.

  6. To close the Business Rules Editor, click the top gray triangle to the left of the Business Rule Designer title bar.

  7. When you are done making changes, click Save in the Enterprise Designer toolbar.

Validating a Business Process Model

After creating a BP model, you can check to see if there are any errors or warnings in the processing code. Errors are critical issues and will stop the BP. For example, activities that are not connected or an incorrect number of output links from an activity will cause an error. Warnings appear when there is a problem, but it is not critical enough to stop the BP. For example, unused containers in a BP cause warnings, you can still build, deploy, and run the process.

ProcedureTo check the Business Process for errors or warnings

  1. On the Business Process Designer toolbar, click Validate Business Process Model.

    The Business Process Validation dialog box appears.

  2. If an error or warning is encountered, the dialog box displays information about the error or warning.

  3. If there are multiple errors or warnings, the Next button is enabled, allowing you to view information for each additional error or warning.

  4. If there are no errors or warnings, a message appears stating so.

  5. After you have reviewed any error messages, click Close.

Saving a Business Process Model

Even if a BP model is not complete or contains errors, you can save it as a “work in progress” and return to it later.

ProcedureTo save a BP model

  1. Do one of the following:

    • Press Ctrl+s on the Keyboard

    • On the Enterprise Designer main menu, click File, and then click Save

    • On the Enterprise Designer toolbar, click Save.

Incorporating Sub-processes Into Business Models

Sub-processes are Business Processes (BPs) called within the main BP of a Project, and are invoked within the same Integration Server. Use the Business Rule Designer to configure the input and output attributes for the sub-process.

Sub-processes are required when a BP contains a user activity; the sub-process defines the flow of data through the user activity. A sub-process exists within a main process, so incorporating a sub-process into a BP involves two steps:

Creating a Sub-process

In the following procedure, you create a WSD object to use in the sub-process. The WSD object functions as the interface to the sub-process or, in the case of a user activity, to the Visual Page Designer pageflow. For detailed information about using the Web Service Designer, see Sun Enterprise Service Bus topics.

ProcedureTo create a sub-process

  1. Right-click the Repository and click New Project.

  2. Name the Project.

  3. Right-click the Project, point to New, and then click Web Service Definition.

  4. Edit the WSD object as needed.

  5. Right-click the Project, point to New, and then click Business Process.

  6. Add a receive activity to the BP, and then link it to the Start element.

  7. In the Project Explorer, expand the WSD object, expand PortTypes, and then expand PortType.

  8. Click the PortType operation and drag it onto the empty receive activity.

    If the operation includes an output message, a reply activity appears.

  9. Add one or more empty activity to the canvas between the implement and reply activities.

  10. Add links between the modeling elements in the sub-process, and then add business rules if needed.

  11. Click Save.

Adding the Sub-Process to the Main Business Process

Once you create the sub-process, you can add it to the main BP in the Project.

ProcedureTo add the sub-process to the main BP

  1. Create a new BP and add a receive activity, an empty activity, a reply activity, and any other activities required for the BP.

  2. Expand the sub-process and drag the operation onto the empty receive activity.

  3. Add links between the modeling elements in the main process and add business rules as needed.

  4. Click Save.


    Note –

    If the sub-process is to be invoked as a synchronous request/reply web service, the Receive and Reply must be associated with the same partner, port type, and operation. These properties can all be configured in the property sheet for the user activity.


Using Predicates with Repeating Nodes

For web services or components that contain repeating nodes, the Business Rule Designer displays the repeating nodes in the input and output attributes for each activity, designated by the repeating icon. For direct node mapping, repeating nodes are used to dynamically populate 1-n values based on the runtime data.

XPath predicates are only used with repeating nodes and allow you to isolate particular elements in repeating nodes at runtime. Predicates allow you to define conditional mappings in a business rule when using BP attributes that contain repeating values.

The Predicate Editor allows you to define the conditions for the mapping. Once you define the conditions, you can map the associated repeating node values using the Business Rule Designer (at that point, the condition is in effect for that mapping). An indication of the condition appears to the right of the repeating node or element for which the condition was defined. At runtime, the condition is used to select the correct element and perform the mapping as designed.

Creating a New Predicate

You can create a predicate for a repeating node while you are defining business rules in the Business Rule Designer.

ProcedureTo create a new predicate

  1. From the Business Rule Designer, right-click a repeating node.

  2. Click New Predicate.

    The Predicate Editor appears.

  3. In the Predicate Editor, define the conditions for the predicate.

  4. Click OK.

  5. On the Enterprise Designer toolbar, click Save.

Editing a Predicate

Once you create a predicate, you can modify the conditions as needed.

ProcedureTo edit a predicate

  1. From the Business Rule Designer, right-click the existing predicate

  2. Click Edit Predicate.

    The Predicate Editor appears.

  3. In the Predicate Editor, modify the conditions for the predicate.

  4. Click OK.

  5. On the Enterprise Designer toolbar, click Save.

Deleting a Predicate

Once you create a predicate, you can delete the predicate if needed.

ProcedureTo delete a predicate

  1. From the Business Rule Designer, right-click the existing predicate.

  2. Click Delete Predicate.

  3. On the dialog box that appears, click Yes.

    The Predicate condition is removed.

  4. On the Enterprise Designer toolbar, click Save.

Predicate Example

The most common use of predicates is to create a condition using either runtime BP attribute values or fixed values in an expression, and then create an appropriate mapping for when that condition is found to be true.

In certain instances, the names in one BP attribute must match name in the JMS Message User property. When the condition is found to be true, the appropriate mapping for value then takes place. In addition, only the appropriate value for value is mapped from the series of name and value pairs.

Customizing the Business Process Display

The Business Process Designer provides standard tools to automatically align the modeling elements you select. You can also change the style of the lines that link modeling components together and specify grid options.

Changing Link Styles

You can choose two different styles for the links in a Business Process (BP), direct linking (diagonal) or indirect linking (orthogonal). The style you choose applies to all links in a model and the style is applied automatically.

The default setting is direct linking, which links modeling elements using the most direct line between two modeling elements and using diagonal lines when connecting elements that are not precisely aligned. Indirect linking uses only horizontal and vertical lines with right angles for elements that are not aligned.

ProcedureTo change link styles

  1. Open the BP in the Business Process Designer.

  2. In the Project Explorer, right-click the BP name, and then click Toggle Link Style.

    The link style changes from diagonal to orthogonal or from orthogonal to diagonal.

  3. On the Enterprise Designer toolbar, click Save.

Changing Grid Properties

You can change grid properties in the Properties dialog box of the BP or you can right-click in the Business Process Designer, which displays the grid options context menu. This section describes how to change grid options from the Business Process Designer.

ProcedureTo change grid properties from a BP

  1. Right-click in the Business Process Designer canvas.

    A context menu appears.

  2. To display grid lines, select Show Grid.

  3. To force modeling elements to align to the grid, select Snap to Grid.

  4. To edit additional grid properties, click Grid Properties.

    The Edit Grid Properties dialog box appears.

  5. Edit any grid properties, and then click OK.

Aligning and Distributing Modeling Elements

In order to clarify the display of BP modeling elements, you can automatically align and distribute the elements by selecting Align or Distribute from the toolbar.

ProcedureTo automatically align or distribute modeling elements

  1. Do one of the following:

    • Click and drag over a portion of the BP model to select the items you want to align or distribute.

    • Press the Control key and click the items you want to align or distribute.

  2. In the Business Process Designer toolbar, click Align or Distribute.

  3. From the menu that appears, select the type of automatic alignment or distribution you want to use.

    The options are described in Aligning and Distributing Modeling Elements.

  4. In the Enterprise Designer toolbar, click Save to save the new element placement.

    Menu Item 

    Description 

    Align Left 

    Aligns elements vertically along their left edges. 

    Align Center 

    Aligns elements vertically through their centers. 

    Align Right 

    Aligns elements vertically along their right edges. 

    Align Top 

    Aligns elements horizontally along their top edges. 

    Align Middle 

    Aligns elements horizontally through their centers. 

    Align Bottom 

    Aligns elements horizontally along their bottom edges. 

    Distribute Horizontally 

    Distributes elements horizontally. 

    Distribute Vertically 

    Distributes elements vertically. 

Automatically Arranging Modeling Elements

In order to save time and effort, you can automatically arrange the modeling elements on the Business Process Designer canvas. The Auto Layout feature provides several options for arranging modeling elements for clear display.

ProcedureTo automatically arrange modeling elements

  1. In the Business Process Designer toolbar, click Auto Layout.

    The Auto Layout dialog box appears.

  2. Select the display options.

  3. When you are done, click OK.

Auto Layout Options

The following tables describe the different options available for arranging modeling elements. Default values are indicated with bold text.

Table 8 Cycle Remove Options

Option 

Description 

Greedy 

Optimizes cycle removal. 

Depth First Search 

Performs cycle removal by searching depth first. 

Table 9 Layering Options

Option 

Description 

Longest Path Sink 

Layers elements according to the longest path sink. 

Longest Path Source 

Layers elements according to the longest path source. 

Optimal Link Length 

Optimizes link length. 

Table 10 Initialize Options

Option 

Description 

Naive 

Initializes layout without searching depth. 

Depth First Search Outward 

Initializes layout by searching depth first outwardly. 

Depth First Search Inward 

Initializes layout by searching depth first inwardly. 

Table 11 Crossing Reduction Options

Option 

Description 

Iterations 

Specifies the number of iterations for crossing reduction. Click the up or down arrow to change the number. 

Aggressive 

Performs aggressive crossing reduction when selected. 

Table 12 Layout Options

Option 

Description 

Layer Spacing 

Specifies the number of pixels for layer spacing. Click the up or down arrow to change the number. 

Column Spacing 

Specifies the number pixels for column spacing. Click the up or down arrow to change the number. 

Left to Right 

Performs a horizontal layout from left to right. 

Top to Bottom 

Performs a vertical layout from top to bottom. 

Generating Business Process Reports

From the Project Explorer, you can generate a custom HTML report of your BP model. This report displays information about the configuration of the BP, including activities, attributes, trading partners, correlation sets, and so on. The report can be as detailed or as high-level as you want it to be. You can specify the objects, details, and properties to include on the report. Use this report to evaluate the BP prior to finalizing the configuration.

ProcedureTo generate a BP report

  1. In the Project Explorer, right-click a BP and click Generate Report.

    The Custom Documentation dialog box appears.

  2. In the Report filename field, enter the directory path and name for the report. To browse to a file path, click the Browse button.

  3. Click the Objects tab.

  4. In the Selected objects panel, select any objects that you want to exclude from the report and then click Remove.

  5. Click the Details tab.

  6. In the Selected details panel, select any details that you want to exclude from the report and then click Remove.

  7. Click the Properties tab.

  8. In the Selected categories panel, select and properties that you want to exclude from the report and click Remove.

  9. Click OK.

    Sun Business Process Manager (BPM) generates the report and saves the file to the location you specified. The report appears in your default web browser.