Previous Topic: deleteDefinition

Next Topic: getActors

getActor
Description

Returns a single actor as an XML document. This document is of the same format as the XML files saved through the export dialog in the Workflow Design Environment.

Syntax

public java.lang.String getActor(java.lang.String actor)
throws PMServiceException

Parameters

Parameter

Type

Description

actor

string

Specifies the name of the actor to retrieve

Return

An XML representation of the actor

Exception Thrown

PMServiceException