Basic Activities
This option enables the User to add Basic Activities to the Business Process. The icon adjacent to the menu title enables the User to pin the menu open, so that it does not collapse when another is selected.
Human Task
This enables the User to add a human task to the business process. A Human Task is an Activity which will be performed by a person.
If Action
This enables the User to add an if action to the business process. An if action enables the User to control the flow of the business process using a decision box.
Server Action
This enables the User to add a server action to the business process. A Server Action is an Activity which will invoke a block of Java code.
Server Process
This enables the User to add a server process to the business process. A Server Process is an Activity which will invoke an Application Process.
Call Business Process
This enables the User to add a call business process to the business process. This calls another Business Process, on completion of that Business Process, this Business Process will resume with the following Activity.
Execute Business Process
This enables the User to add an execute business process to the business process. This executes another Business Process, but does not wait for it to complete before continuing.
End Process
This enables the User to add an end process box to the business process. It is used to mark an expected end of this business process.