Promote Process Instance

API Type

Web Services

Description

Promotes a process instance. This method is obsolete.

Syntax

public virtual WFEvent PromoteProcInst(String processInstanceID)

Parameters

Name Description

processInstanceID

Definition:
A process instance ID for the process instance you are creating.
Type
string
Allowed Values:
A unique, 32 character process instance ID.

If you set this value to null, the AgilePoint Server generates the ID.

Output

WFEvent object that provides the status of the transaction. The possible statuses are:

  • Sent - Indicates event has been sent to engine for processing.
  • Failed - Indicates event failed to process.
  • Processed - Indicates event has been processed successfully.
  • Canceled - Indicates event was canceled.
  • Deferred - Indicates event does not need to be sent immediately.

Example

None.

Supported Versions

3.2.0.4 and higher