Workflow Path

The workflow path connects workflow activities. Its behavior is determined by its properties.

The header properties of the workflow path are:

Name - The name of the path. Typically this name somehow describes or echoes the activity to which the path leads, so that when voting the user has a clear picture of the available exit paths and the activities that they lead to.

Label - Multilingual String to identify the path in the User Interface, including the dropdown in the Voting Dialog. See Internationalization.

So, on the Activity Completion Worksheet, if a path is chosen that requires authentication, then the user must enter either a password or an E-signature, as specified by the authentication type. For example, if E-signature is specified, then the Worksheet will be displayed as follows:

 If no authentication was specified, both the Password and the E-signature fields would be grayed out.  If authentication is requested and none is provided by the assignee, an error is posted, and the activity is not completed.

Default Path - a Boolean flag to denote a default path, which is followed if no other path has enough votes to be activated. See Default Example.

Override Path - a Boolean flag to denote an override path, which is followed as soon as it receives any votes. See Override Example.

Each path has two tabs - Pre and Post Methods.  These tabs list the methods that can be executed before and after the path is followed.  You can either create your own methods here, or select from the previously created methods.  The sequence number indicates the execution order of the methods.  The instruction on how to write methods is beyond the scope of this manual.  Please refer to the Advanced Programming Course or your Aras Consultant to learn how to write methods or to have them written for your application.

 

©2023 Aras Corporation - All Rights Reserved