SurveyWorkflowStep Class |
Namespace: Omada.OE.Solution.OIM.AppLogic.SurveyFeature
public class SurveyWorkflowStep
The SurveyWorkflowStep type exposes the following members.
Name | Description | |
---|---|---|
![]() | SurveyWorkflowStep |
Name | Description | |
---|---|---|
![]() | ActivationCriteria |
A survey object must be able to pass these criteria in order for it to be processed in the workflow step.
|
![]() | ActivityTemplateId |
Id of the activity template that represents the workflow step in a published survey process template.
The ActivityTemplateId is assigned by the publishing api.
The value is therefore only available on survey templates that are loaded from the SURVTMPL_XML property on a survey process target object.
|
![]() | AssigneeMailTemplateUId |
UId of a mail template used for sending a notification email to the assigned users.
If not specified a default one will be used called "Survey task notification".
The mail template must be for either the Activity or the Survey data object type.
|
![]() | Assignees |
Reference path expressions used to calculated the assignees (users) of an attestation object.
|
![]() | Description |
The discription is assigned to the activity "description" property.
|
![]() | Estimate |
Will set the ESTIMATE property on the activity for this workflow step
|
![]() | Form |
The name of the form used in the workflowstep
|
![]() | Grid |
The name of the grid used in the workflowstep
|
![]() | Name |
Unique name of the workflow step - must not be changed as it is used as key.
|
![]() | SkipAssigneeMails |
Skip sending notification emails to the assigned users?
Please note that no emails are sent if emails aren't enabled at the survey template level.
Mails are sent using the template specified in AssigneeMailTemplateId.
|
![]() | Title |
Displayed title of the workflow step.
|
Name | Description | |
---|---|---|
![]() | ToBool |
Converts object to boolean.
(Defined by ObjectExtensions.) |
![]() | ToDateTime |
Converts object to DateTime.
(Defined by ObjectExtensions.) |
![]() | ToInt |
Converts object to integer.
(Defined by ObjectExtensions.) |