Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Due to various reasons it can happen that a task on a system ends up without any user available to process it. This may happen because roles / groups that define assignees to a task are empty or the assignees were deleted. This The following script provided here identifies these tasks and print prints them out in a JSON format. It can be downloaded from the bottom of this page.

...

Script Version

Date

Author

Description

Download

1.2

28th Nov 2023

A-Team

  • renamed parameter processState to processStates

  • if If only one task can be found, it will still be printed out as a JSON array with one element. Before it was printed out as a single JSON element.

View file
nameSearchTasksWithoutUser_v1-2.ps1

1.1

10th Nov 2023

A-Team

  • implemented check if core-service is reachable and running

  • implemented check if provided user credentials are correct and if user has privilege MANAGE_PROCESSES

1.0

24th Oct 2023

A-Team

-

Please note that this script is not a part of the product and is not officially supported.

It utilizes uses non-public REST API methods that may change without prior notice. This page will be updated in case of API changes, but the maintenance of the script and its derivatives in the field stays with its users.