Read Task Step Definition Activity
You can use this activity anywhere within a workflow if you need to read configuration that is specific for use with eSOP.
Inputs
Processes an eSOP task step and returns all of the task step's properties.
Inputs | Value | Description |
---|---|---|
Task | Object | The task information returned by a GetExtendedTaskInfo method call. |
Subprocess Id | String | Specifies the unique identifier of the subprocess for which you want step configuration. |
Outputs
The following properties are associated with the task step being processed.
Inputs | Value | Description |
---|---|---|
ID | GUID | Specifies a unique identifier for the task step being processed. |
Name | String | Specifies a name assigned to the task step being processed. |
Display Name | String | Specifies a name given to a workflow task step for the user to see during run time. |
Location Assignment | DirectoryResource | Specifies the assigned location of the task step being processed. |
Personnel Assignment | DirectoryResource | Specifies the assigned human resource of the task step being processed. |
Sequence | Int32 | Specifies the order within the workflow that the task step is processed. |
Enabled | Boolean | Specifies the activation status of the task step being processed. True if enabled, False if disabled. |
Expiration | TimeSpan | Specifies the time that the task step being processed is set to expire, as determined during configuration. |
Linked Documents | List<LinkedDocInfo> | Specifies the documents that have been linked to the task step being processed during configuration. |
Started Emails | List<Email> | Specifies the emails that will be sent, as determined during configuration, when the task step being processed starts. |
Expiry Emails | List<Email> | Specifies the emails that will be sent, as determined during configuration, when the task step being processed expires. |
Jumps | List<JumpInfo> | Specifies the jumps associated with the task step being processed, as determined during configuration. |
Config Panel Data | List<ConfigPanelDatumInfo> | Specifies all data provided by custom configuration panels for the task step. |
Categories | CategoryList | Specifies all the categories related to the task step being processed. |