Previous Topic: getInstancesByStatus

Next Topic: Complex Types - Process Manager Web Services

updateActor Operation

Description

Updates an Actor in CA Workflow. 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. The format of the XML file is the same as the format returned by the IDE export option or the getActors()method. The status is specified in an exception if an error occurs.

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

Parameter

Type

Description

sessionID

string

Specifies the session ID returned by the login operation

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