Execute Business Process Properties
This section describes the properties available for an execute business process element in the business process. This executes another Business Process, but does not wait for it to complete before continuing.
Execute Process
Property | Description | Example |
---|---|---|
Process ID | The ID for this business process. | InventoryManagement/RequestStockFromLocation |
Starting Activity ID | The ID for the starting activity. | xxx |
General
Property | Description | Example |
---|---|---|
Activity ID | The ID for this activity | ActionActivity-1 |
Activity Type | The type of activity for this element, selected from a drop down list. | InventoryManagement/ProductSelectionActivityType |
Description | The description for this activity. | Request Stock From Location |
Name | The name for this activity. | Request Stock From Location |
Parameters | The parameters for this activity. This is done via a pop up window with the following fields: Name - name of the parameter, e.g. enactor.inventoryManagement.SendingOrRequesting. Type - type of the parameter, e.g. java.lang.String. Value - value of the parameter, e.g. REQUESTING. | [enactor.inventoryManagement.SendingOrRequesting] |
Meta Data
Property | Description | Example |
---|---|---|
Inputs | The list of inputs this business process or activity expects. This is done via a pop up window with the following fields: Name - name of the input, e.g. enactor.mfc.UserKey. Type - type of the input, e.g. com.enactor.mfc.user.IUserKey. Required - whether the input is required, i.e. set/not set. | [enactor.mfc.UserKey] |