Previous Topic: getRunningDefinitions

Next Topic: putConfiguration

putActors
Description

Puts actors into the workflow database. The format of the XML file is the same as the format returned by the Workflow Design Environment export option or the getActors() method. Multiple actors may be present in the XML file. If any of the actors already exist in the database, they will be skipped.

Syntax
public java.lang.String[] putActors(java.lang.String actorXML)
throws PMServiceException
Parameters

Parameter

Type

Description

actorXML

string

Identifies the XML document containing actor definitions

Return

The names of the actors that were successfully added

Exception Thrown

PMServiceException