LookupStudentTasks (V1)

 This activity was migrated to a new namespace. For new workflows use LookupStudentTasks (V2) in Cmc.Nexus.Crm.Workflow.

The LookupStudentTasks activity returns the Student Tasks associated with a particular student. You can use this activity to modify the attributes of a Student Task using a workflow.

For example, you can look up a task (Contact Manager activity) that has already been associated with a student and based on an event and change the status or result of an activity using a workflow.

LookupStudentTasks

Properties

LookupStudentTasks Properties
Property Value Required Notes
DisplayName String No Specify a name for the activity or accept the default.
Person Id InArgument<Int32> Yes The PersonId captured from an event.

Note: If a preceding activity in a workflow returns an Id that is not a Person Id, insert a CVueIdToPersonIdActivity into the workflow before using this property.

Task Template Id InArgument<Int32> No The TaskTemplateId captured from an event. If this property is left blank, all tasks are returned.
Task List OutArgument<Task[]> Yes The Task returned by the lookup function. This is a variable that can be used as input for subsequent activities in the workflow. Specify the variable's name, type, and scope (and default if applicable) in the Variables pane of the Designer window.