wfm.AdminDeleteProcesses

This job deletes all specified workflow processes. If the workflow file contains documents that were created during the workflow process and are not yet in enaio®, these are inserted into the archive of the enaio® client of the job executor. Before a process can be deleted, the process must be suspended via the job wfm.AdminSuspendProcess.

1. Input Parameters

Name Type Required Description

OrganisationId

STRING

Yes

GUID of the organization to which the processes belong.

Processes

STRING

Yes

Comma-separated list of process GUIDs to be deleted.

2. Return Value

(INT): 0 = Job successful, otherwise error code.

3. Output Parameters

Name Type Dependency Description

Processes

STRING

Comma-separated list of process GUIDs that could not be deleted.