OScript API/Built-in Package Index

Class: WAPIWORK

WAPIWORK is the object handle of a workflow. It is used in the WAPI functions for workflow manipulation operations.

Instance Attributes

Stored data from customization that can be used by the workflow.

The date the workflow was completed.

The maximum possible due date for the workflow.

The minimum possible due date for the workflow.

The date the workflow was initiated.

The ID of the manager of the workflow.

The ID of the user who initiated the workflow.

The project identifier for a workflow.

The status of the workflow.

The title of the workflow.

Stored data that can be used by the workflow.

The unique ID for the workflow.

Instance Attributes

The project identifier for a workflow. The column in the WWork table is Work_Project.

Integer pDATEDUE_MAX

The ID of the user who initiated the workflow. The column in the WWork table is Work_OwnerID.

The date the workflow was initiated. The column in the WWork table is Work_DateInitiated.

The status of the workflow. The column in the WWork table is Work_Status. The possible values for the status are:

Dynamic pOWNERID

Stored data that can be used by the workflow. This field is used to store data that is needed for customizations. The column in the WWork table is Work_CustomData.

Date pWORKID

The minimum possible due date for the workflow. There is a minimum and maximum possible due date because a workflow can have multiple paths that can be taken based on conditional routing. The column in the WWork table is Work_DateDue_Min.

 Copyright © 2021 OpenText Corporation. All rights reserved.