Enactor Tool Kit
Pause
This section describes the functionality of a Pause action. When a pause action is invoked, the framework will serialize the state of the process and then terminate it. The process can be then resumed at a later date.
Properties
Property | Value |
---|---|
Action ID | This is the exact name of the action (no spaces), e.g. AddLocationIdFilter. |
Class Name | This is the class name of the action, which can be selected from a drop down list, or entered by the developer, e.g. com.enactor.commonUI.list.processes.AddListFilterAction. |
Comments | This 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. |
Default Next State ID | This indicates the ID of the next state in the process flow, e.g. NewUser. |
Expected Execution Time (ms) | This numerical value is the expected execution time of the action in milliseconds. |
Flow Page Options | This 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. |
Name | This indicates the name of the action in a more readable format, e.g. Remove User. |
Privileges | This indicates the privileges for the selected action, e.g. enactor.userMaintenance.Remove. |
Process Outcome | This indicates the outcome of the Pause, which is selected from a drop down list, e.g. Not Found, Resume, Success etc. |
Session Management Type | This 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. |
Type | This indicates the type of action. It is selected from a drop down list, i.e. Pause, Assign, Action, Execute Script, Call Process, End Process, Execute in Window, Execute Process or Call Web Process. |
Navigation Tips
- Double clicking on various parts of the action will bring up further information, e.g. on the name of the action will bring up the actual source code, on the Inputs will bring up the Inputs information.
- If a small light bulb appears adjacent to a property value, it means that Content Assist is available. By pressing the control key followed by a space, the standard Select Type dialogue will appear, enabling the User to search for the required file.
- For most types of actions, shift followed by double click on the Inputs will bring up the Parameters for that action.
- The User can switch between display types using the tabs at the bottom left hand side of the window. Source displays the process in XML format. Model displays the process in an easy readable, diagram format. Flow displays the flow page associated with the process.