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.
Inputs | Value | Description |
---|---|---|
Task Info Extended | Object | Specifies the task information returned by a GetExtendedTaskInfo method call. |
Outputs
The following properties are associated with the task being processed.
Inputs | Value | Description |
---|---|---|
ID | GUID | Specifies a unique identifier for the task being processed. |
Name | String | Specifies a unique name assigned to a task. |
Description | String | Specifies the description provided for the task being processed. |
Group | String | Specifies 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 Name | String | Specifies a name given to a workflow task for the user to see during run time. |
Location Assignment | DirectoryResource | Specifies the assigned location of the task being processed. |
Personnel Assignment | DirectoryResource | Specifies the assigned human resource of the task being processed. |
Enabled | Boolean | Specifies the activation status of the task being processed. True if enabled, False if disabled. |
Priority | Int32 | Specifies the importance of the task being processed, as determined during configuration. |
Expiration | TimeSpan | Specifies the time that the task being processed is set to expire, as determined during configuration. |
Steps | List<TaskStepInfoExtended> | Specifies the task steps associated with the task being processed. |
Started Emails | List<Email> | Specifies the emails that will be sent, as determined during configuration, when the task being processed starts. |
Expiry Emails | List<Email> | Specifies the emails that will be sent, as determined during configuration, when the task being processed expires. |
Config Panel Data | List<ConfigPanelDatumInfo> | Specifies all data provided by custom configuration panels for the task. |
Categories | CategoryList | Specifies all the categories related to the task being processed. |