Previous Topic: clearLog

Next Topic: deleteDefinition

deleteActor
Description

Deletes an actor from workflow. This method will throw an exception if there is an error removing the actor from the database, but it will not throw an exception if the actor is not found.

Syntax
public void deleteActor(java.lang.String actorName)
throws PMServiceException
Parameters

Parameter

Type

Description

actorName

string

Specifies the name of the actor to remove

Return

None

Exception Thrown

PMServiceException if there is an error removing the actor from the database