Expand my Community achievements bar.

Retrieving form from stalled process

Avatar

Level 4

In 8.2.1.3, how can a form be retrieved from a stalled or running process by the admin?  I know a user who participated can retrieve a form from the audit of the workflow, but how can the admin retrieve a form?

1 Reply

Avatar

Level 10

Did you try any of the following APIs?

TaskManagerService

TaskManagerQueryService

ProcessManager

I hope there are methods to retrieve the form for a specific task. You will have to write a client application (e.g a Flex app) to implement that.

Nith