Skip to main content

Enactor Tool Kit

Designer Tab

This section describes the various options available to the developer when designing business processes. It includes a description of the properties required for each type.

SymbolNameDescriptionProperties
Human TaskHuman TaskEnables the User to add a human task element to the business process. A Human Task is an Activity which will be performed by a person.Show Human Task properties
If ActionIf ActionEnables the User to add an if action element to the business process. An if action enables the User to control the flow of the business process using a decision box.Show If Action properties
Server ActionServer ActionEnables the User to add a server action element to the business process. A Server Action is an Activity which will invoke a block of Java code.Show Server Action properties
Server ProcessServer ProcessEnables the User to add a server process element to the business process. A Server Process is an Activity which will invoke an Application Process.Show Server Process properties
Call Business ProcessCall Business ProcessEnables the User to add a call business process element to the business process. This calls another Business Process, on completion of that Business Process, this Business Process will resume with the following Activity.Show Call Business Process properties
Execute Business ProcessExecute Business ProcessEnables the User to add an execute business process element to the business process. This executes another Business Process, but does not wait for it to complete before continuing.Show Execute Business Process properties
End ProcessEnd ProcessEnables the User to add an end process element to the business process. It is used to mark an expected end of this business process.Show End Process properties