Start and end events

This page explains the concept of start and end events in a workflow definition.

Data-driven workflows, available in Semarchy xDM 2023.1 and later, are subject to specific licensing requirements; please confirm your eligibility to use such new functionality by consulting your license agreement or by contacting your Semarchy account representative prior to use.
All customers can still use the workflow feature available in previous versions (now known as legacy workflows). For more information, see Workflows (legacy).

Start and end events represent the starting and ending points of the workflow. All workflow definitions must have at least one start and one end event.

Between the start and end events, a workflow will also have some user tasks, automations, and control flows, linked together by transitions.

Add a start event

To add a start event in a workflow definition:

  1. In the workflow editor, click the Create step Create Step button.
    The Add Step dialog displays.

  2. From the Type drop-down list, select Start Event.

  3. In the Name field, enter a name for the step.

  4. Click Create.
    The step icon is added to the workspace: Start event

  5. Select the step.
    The side panel sweeps in from the right.

  6. In the side panel, set the start event properties.

Start event properties

Start event properties allow you to define how the workflow should start and progress.

General properties

The general properties allow you to set a display name for the step, define the required user roles for initiating the workflow, and set a priority for the workflow.

General properties
Property Required Description

Label

Optional

Label to be displayed in the diagram.

Initiator Required Role

Optional

User role that can initiate the workflow. Selecting <None> allows all user roles to initiate the workflow.

Default Priority

Required

Default priority of the workflow. Possible values are:

  • Low

  • Normal

  • High

  • Critical

By default, this field is set to Normal.

Startup context properties

The Startup Context properties allow you to define how the workflow is used to author records.

Startup context properties
Property Required Description

Context Type

Required

Determines how the workflow will be used to author records. Possible values are:

  • Start From Empty Selection: for authoring new records from a root entity. This option is actionable through both an application action in the navigation drawer and an entity action item in the actions menuOptions menu.

  • Start From Selection: only for authoring an existing record from a root entity. This option is actionable through an entity action item in the actions menuOptions menu.

Authored Entity

Required

Only applies if Context Type is not set to Start From Empty Selection.

Entity on which the workflow is based.

Reference To Parent

Required

Only available if Context Type is set to Start From Empty Selection (Child Records) or Start From Selection (Child Records).

Name of the reference to the parent entity in the model.

Condition on Parent

Optional

Only available if Context Type is set to Start From Empty Selection (Child Records) or Start From Selection (Child Records).

SemQL condition on the parent entity for the start action to be enabled.

Click undock to use the SemQL editor.

Refer to Workflow Attributes for more information on all the attributes.

Condition on Selection

Optional

Only applies if Context Type is set to Start From Selection.

SemQL condition on the selected records for the start action to be enabled. Click the SemQL editor SemQL editor icon to use the SemQL editor.

For more information on all available attributes, see Workflow attributes.

Startup parameter properties

The Startup Parameter properties allow you to select the parameters that are displayed to users in a dialog before the workflow begins.

Workflow startup dialog

Startup parameter properties
Property Description

Enable Description

Allows business users to add a description for the workflow instance.

Enable Comment

Allows business users to write a comment.

Mandatory Comment

If the Enable Comment option is selected, makes entering a comment mandatory.

Enable Priority

Allows business users to select a priority for the workflow.

Enable Due Date

Allows business users to specify a due date for completing the workflow.

Mandatory Due Date

If the Enable Due Date option is selected, makes specifying a due date mandatory.

Enable Next Task Assignee Selection

Allows business users to specify the next user in the workflow.

Mandatory Next Task Assignee Selection

If the Enable Next Assignee Selection option is selected, makes specifying the next task assignee mandatory.

Enable Attachments

Allows business users to add attachments in the workflow.

Mandatory Attachment

If the Enable Attachments option is selected, makes adding attachments mandatory.

Show the Wait

Displays a dialog informing the user that the workflow is being created. This dialog is visible until the user hides it, a user task is initiated, or the workflow is complete.

Transition property

The Transition property allows you to specify the step that should immediately follow the start event.

Transition property
Property Required Description

Target Step

Required

Step to transition to after the start event is triggered and the startup dialog is submitted.

Add an end event

To add an end event in a workflow definition:

  1. In the blank workspace, click the Create Step Create Step button.
    The Add Step dialog appears.

  2. From the Type drop-down list, select End Event.

  3. In the Name field, enter a name for the step.

  4. Click Create.
    The end event graphical element is added to the workspace: End step