Skip to main content

End Process Properties

This section describes the properties available for an end process element in the business process. It is used to mark an expected end of this business process.

General

PropertyDescriptionExample
Discard HistoryIf set to true, then when the business process completes, its history will be purged. It is selected from a drop down list, i.e. True or False.true

General

PropertyDescriptionExample
Activity IDThe ID for this activityActionActivity-1
Activity TypeThe type of activity for this element, selected from a drop down list.InventoryManagement/ProductSelectionActivityType
DescriptionThe description for this activity.Request Stock From Location
NameThe name for this activity.Request Stock From Location
ParametersThe 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

PropertyDescriptionExample
InputsThe 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]