Skip to main content

Enactor Tool Kit

Action

This is an example of a create object action (highlighted in red in the diagram below), i.e. xxx. A class name must be configured on the action for it to do anything.

Create Object Example

Action Example

Action Example

Property values for above example (Main)

PropertyCommentValue
Action IDThis is the exact name of the action.CreateDuration
Class NameThis is the class name of the action, which can be selected from a drop down list, or entered by the developer.com.enactor.coreUI.actions.CreateObjectAction
CommentsThis is a text field which can contain additional information about the action. It is displayed as a tool tip when the action is hovered over with the mouse.Not set
Flow Page OptionsThis option enables the developer to produce a flow page diagram associated with the Process Diagram. The text can be entered/edited by double clicking on the value field for this property. The developer can also edit/view the Flow Page by selecting the flow tab when editing the process diagram.Not set
InputsThis indicates the inputs required for the selected action. Double-clicking on the value field will bring up a table which will identify for each input the following: Name - the name of the input.
Type - the type of the input.
Required - a tick indicates that the input is required by the action.
See the example
NameThis indicates the name of the action in a more readable format.Not Set
OutcomesThis indicates the possible outcomes of the action. Double-clicking on the value field will bring up a table which will identify for each output the following:
Name - the name of the outcome.
Unused - a tick indicates that the outcome is not used by the action.
See the example
OutputsThis indicates the outputs produced for the selected action. Double-clicking on the value field will bring up a table which will identify for each output the following:
Name - the name of the output.
Type - the type of the output.
See the example
ParametersThis indicates the parameters required for the selected action. Double-clicking on the value field will bring up a table which will identify for each parameter the following:
Name - the name of the parameter.
Value - the value of the parameter.
Type - the type of the parameter.
See the example
Session Management TypeThis field determines the session management for the action (if any). It is selected from a drop down list, i.e. None, Make new session, Make session if one does not exist, Manages own session or Needs existing session.None
TypeThis indicates the type of action. It is selected from a drop down list, i.e. Action, Assign, Call Process, Call Web Action, Call Web Process, Call Web Service, Create Object, End Process, Execute in Background, Execute In Window, Execute Process Execute Script, Pause or Send EventAction

Property values for above example (Other)

PropertyCommentValue
Default Next State IDThis indicates the ID of the next state in the process flow.Not set
Expected Execution Time (ms)This numerical value is the expected execution time of the action in milliseconds.0
PrivilegesThis indicates the privileges for the selected action, e.g. enactor.userMaintenance.Remove.Not set

Inputs Example

NameTypeReguired
enactor.coreUI.ObjectClassnameStringNot set

Outputs Example

NameType
enactor.coreUI.Objectjava.lang.Object

Outcomes Example

NameUnused
SuccessNot set

Parameters Example

NameValueType
enactor.coreUI.ObjectClassnamecom.enactor.core.dates.Durationjava.lang.String