Server Process Properties
This section describes the properties available for a server process element in the business process. A Server Process is an Activity which will invoke an Application Process.
Activity Type
All fields are read only at this point.
Property | Description | Example |
---|---|---|
Applicable Process ID | The list of business processes this activity type can be used within by default. | InventoryManagement/ProductSelection/ProductSelection |
Implementation Type | The type of activity this is. | Human Task |
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 |
Outcomes | The list of outcome(s) this activity will generate. Selected from a drop down list, i.e. Outcome, Suspend Link, Internal Link | Success |
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] |
Outputs | The list outputs this business process or activity produces. This is done via a pop up window with the following fields: Name - name of the output, e.g. enactor.inventoryManagement.SelectedLocationId. Type - type of the output, e.g. java.lang.String. Required - whether the output is required, i.e. set/not set. | [enactor.inventoryManagement.ProductQtyListId] |