Previous Topic: Class PMService2 Methods

Next Topic: deleteActor

clearLog
Description

Cleans up the log trace and clears the Process Manager log.

Syntax
public void clearLog()
throws PMServiceException
Parameters

None

Return

None

Exception Thrown

PMServiceException

createDefinition
Description

Creates a new process definition. The operation saves the specified process definition.

Syntax
public java.lang.String createDefinition(java.lang.String xml)
throws PMServiceException
Parameters

Parameter

Type

Description

xml

string

Specifies the process definition expressed as an XML document

Return

The ID of the created process definition

Exception Thrown

PMServiceException if the process definition already exists