DocsMarshal.Workflow.ActivityLibrary.Processesv 1.0.0.0

A library of activities that contains activities to perform multiple operations on processes. It is possible to set some properties such as the External ID, the Message or the percentage but also to relate some elements such as Notes or Profiles with a process

The process activity library contains three types of activities: those related to notes, those related to process related profiles, and those for setting various process fields.
  • As for the notes, in DocsMarshal, it is possible to add text messages to a process that are used to keep track of what happens during its execution. A common case of using this feature is adding notes to inform potential task recipients so that they know what has happened so far.
  • As regards, instead, the profiles related to the processes, the possibility has been created to tell DocsMarshal that a certain profile is linked in some way to the execution of a process. Thanks to this function it is possible to display their list on the screen of a task in order to facilitate the operations required by the task.
Use the activities concerning notes and profiles to manage these aspects dynamically in a workflow.

DocsMarshal.Workflow.ActivityLibrary.RemoveObjectFromProcess

This activity allow to remove a profile from a process. Look at the DocsMarshal.Workflow.ActivityLibrary.Process description for more informations about object related to processes.


DocsMarshal.Workflow.ActivityLibrary.AddObjectToProcess

This activity allow to add a profile to a process (the one with specificed Id/ExternalId or the current one). Look at the DocsMarshal.Workflow.ActivityLibrary.Process description for more informations about object related to processes.


DocsMarshal.Workflow.ActivityLibrary.AddProcessNote

This activity allow to add a note to a process. Look at the DocsMarshal.Workflow.ActivityLibrary.Process description for more informations about notes.


DocsMarshal.Workflow.ActivityLibrary.ClearProcessNotes

This activity allow to delete all the notes of a process. Look at the DocsMarshal.Workflow.ActivityLibrary.Process description for more informations about notes.


DocsMarshal.Workflow.ActivityLibrary.DeleteProcess

This activity allows to delete a process given its ID or ExternalId.


DocsMarshal.Workflow.ActivityLibrary.DeleteProcessNote

This activity allow to add a delete a note from a process. Look at the DocsMarshal.Workflow.ActivityLibrary.Process description for more informations about notes.


DocsMarshal.Workflow.ActivityLibrary.GetCurrentIdProcess

This activity returns the id of the running process.


DocsMarshal.Workflow.ActivityLibrary.RestartProcess

Restarts the a DocsMarshal process


DocsMarshal.Workflow.ActivityLibrary.SetProcessExternalId

With this activity it is possible to set the ExternalId of the current process.


DocsMarshal.Workflow.ActivityLibrary.SetProcessMessage

With this activity it is possible to set the Message of the current process.


DocsMarshal.Workflow.ActivityLibrary.SetProcessName

With this activity it is possible to set the Name of the current process.


DocsMarshal.Workflow.ActivityLibrary.SetProcessPercentage

With this activity it is possible to set the coompleted percentage of the current process.


DocsMarshal.Workflow.ActivityLibrary.SetProcessPriority

With this activity it is possible to set the prority of the current process.


DocsMarshal.Workflow.ActivityLibrary.SetProcessWorkstationId

With this activity it is possible to set the WorkstationId of the current process.