public void deleteProcess(Process process) deletes the
specified process. You need to be the owner/iniaitor of the process to be able to do
this.
Attention: This method was introduced in SDK version 1.3.
Parameters
- Process process
- The process to delete.
Returns
void
Example
// Delete the process workflowService.deleteProcess(adhocProcess);