Add Start Event

The start event is the first step in a process that initiates the process flow.

Perform the following steps::

  1. Launch ASG Studio.
  2. The home page of ASG Studio appears.

  3. Navigate to the Process Model that you want to update.
  4. The Process Model screen opens displaying toolbar and canvas.

  5. Click the Start Event icon in the toolbar.
  6. The start event object is added to the canvas.

  7. Select the Start Event object that you added to the canvas.
  8. Start Event properties pane opens on the right.

  9. Enter values for the following properties:
    • Name: Enter a name for the start event in the Name field.
    • Business Key: Enter the business key that you want to pass to signal the start evet.
    • Due Date: Select On or Off to determine whether the due date setting is required for start event or not. On indicates that due date setting is enabled and Off indicates that due date setting is disabled.
    • Priority: Select On or Off to determine whether the priority setting is required for start event or not. On indicates that the priority setting is enabled and Off indicates that the priority setting is disabled.
    • List of References: If Due Date and Priority are enabled, Click the Edit icon in the respective Reference field and enter the details as required.
    • Advanced: Enter the custom script that you want the application to automatically execute after the start event. Your javascript can include only the syntax and objects as defined in ES5 edition. The browser objects such as JS Window, JS Document, and JS AJAX are not supported.
  10. Click Save.
  11. The Process Model is updated successfully.