Read Task Definition Activity

You can use this activity anywhere within a workflow if you need to read a configuration that is specific for use with eSOP.

Inputs

Processes an eSOP task and returns all of the task's properties.

InputsValueDescription
Task Info ExtendedObjectSpecifies the task information returned by a GetExtendedTaskInfo method call.

Outputs

The following properties are associated with the task being processed.

InputsValueDescription
IDGUIDSpecifies a unique identifier for the task being processed.
NameStringSpecifies a unique name assigned to a task.
DescriptionStringSpecifies the description provided for the task being processed.
GroupStringSpecifies a group name for managing similar tasks. You can sort tasks based on their group. Click the drop-down arrow to select an existing group.
Display NameStringSpecifies a name given to a workflow task for the user to see during run time.
Location AssignmentDirectoryResourceSpecifies the assigned location of the task being processed.
Personnel AssignmentDirectoryResourceSpecifies the assigned human resource of the task being processed.
EnabledBooleanSpecifies the activation status of the task being processed. True if enabled, False if disabled.
PriorityInt32Specifies the importance of the task being processed, as determined during configuration.
ExpirationTimeSpanSpecifies the time that the task being processed is set to expire, as determined during configuration.
StepsList<TaskStepInfoExtended>Specifies the task steps associated with the task being processed.
Started EmailsList<Email>Specifies the emails that will be sent, as determined during configuration, when the task being processed starts.
Expiry EmailsList<Email>Specifies the emails that will be sent, as determined during configuration, when the task being processed expires.
Config Panel DataList<ConfigPanelDatumInfo>Specifies all data provided by custom configuration panels for the task.
CategoriesCategoryListSpecifies all the categories related to the task being processed.