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.

InputsValueDescription
TaskObjectThe task information returned by a GetExtendedTaskInfo method call.
Subprocess IdStringSpecifies the unique identifier of the subprocess for which you want step configuration.

Outputs

The following properties are associated with the task step being processed.

InputsValueDescription
IDGUIDSpecifies a unique identifier for the task step being processed.
NameStringSpecifies a name assigned to the task step being processed.
Display NameStringSpecifies a name given to a workflow task step for the user to see during run time.
Location AssignmentDirectoryResourceSpecifies the assigned location of the task step being processed.
Personnel AssignmentDirectoryResourceSpecifies the assigned human resource of the task step being processed.
SequenceInt32Specifies the order within the workflow that the task step is processed.
EnabledBooleanSpecifies the activation status of the task step being processed. True if enabled, False if disabled.
ExpirationTimeSpanSpecifies the time that the task step being processed is set to expire, as determined during configuration.
Linked DocumentsList<LinkedDocInfo>Specifies the documents that have been linked to the task step being processed during configuration.
Started EmailsList<Email>Specifies the emails that will be sent, as determined during configuration, when the task step being processed starts.
Expiry EmailsList<Email>Specifies the emails that will be sent, as determined during configuration, when the task step being processed expires.
JumpsList<JumpInfo>Specifies the jumps associated with the task step being processed, as determined during configuration.
Config Panel DataList<ConfigPanelDatumInfo>Specifies all data provided by custom configuration panels for the task step.
CategoriesCategoryListSpecifies all the categories related to the task step being processed.