Previous Topic: getActors

Next Topic: getDefinitionDescriptor

getDefinition
Description

Returns the specified process definition. The entire Process Definition is returned as a string representing an XML document.

Syntax
public java.lang.String getDefinition(java.lang.String id, boolean lock)
throws PMServiceException
Parameters

Parameter

Type

Description

ID

string

Specifies the process definition ID

lock

Boolean

Specifies whether to lock the definition

Return

The process definition at the specified URL

Throws

PMServiceException