6.5. Instantiating business process

To create an instance of the Hello World process, that is, to run the business process, do the following:
  1. Click Process ManagementProcess Definitions on the main menu.
  2. On the displayed Process Definitions tab, locate the Hello World process. You might need to click the Refresh button to have the deployment displayed on the list.
  3. Click the Start( ) button next to the Process definition entry and in the Form dialog box, click the Start button again to confirm that you want to instantiate the process.
    The Process is instantiated with the currently logged-in user as the process owner and the process form is displayed (the form can serve to request input from a user on Process instantiation if defined; refer to the Red Hat JBoss BPM Suite User Guide).
The Process Instance Details view is displayed with details about the started Process instance. The Hello World! message appears in standard output, typically the terminal emulator in which the server was started. Then the Process instance waits on the Timer Event. Click on Options - Process Model to see the current execution status.
HelloWorld realtime execution diagram: the Timer Event being executed

Figure 6.3. HelloWorld realtime execution diagram: the Timer Event being executed