Previous Topic: putDefinition

Next Topic: The Worklist Web Services Facility

updateActor
Description

Updates an actor in workflow. The format of the XML is the same as the format returned by the export actor function of the IDE or the getActor method of this API. If multiple actors are present in the XML, only the first actor will be used. This function will throw a PMServiceException if the actor is not found in the database.

Syntax
public void updateActor (java.lang.String actorXML, java.lang.String actorName)
throws PMServiceException
Parameters

Parameter

Type

Description

actorXML

string

Specifies the new XML representation of the actor

actorName

string

Specifies the name of the actor to update

Return

None

Exception Thrown

PMServiceException if the actor is not found, or if there is error parsing the XML or storing it in the database