Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: suspend/resume and their effects on periods

...

  • Stops all activities in a process.
  • Pauses all periods (delays or deadlines).
  • When due to an error
    • the process history notes that the process was stopped due to an error.
    • the ERRORSUSPENDED state is set.
  • When not due to an error
    • the process history simply notes that the process was stopped.
    • the SUSPENDED state is set.
  • If the process is to be terminated, the TERMINATED state is set.

...

  • Sets the process state back to what it was before it was suspended.
  • Resumes all periods. If their fire-time is in the past, they are executed immediately. Otherwise, they continue ticking.
  • Sets the state of all process activities back to the states they had before they were suspended, while taking into account any deadlines or blocking periods.
  • The process history notes that the process was resumed.

...

To configure the number of retries for the workerqueue item, in management-studio go to System > Settings > DMS-Service > Workflow > Global > Max worker item error count. The default setting is 3.