WAPIWORK is the object handle of a workflow.
It is used in the WAPI functions for workflow manipulation
operations.
-
pWORKID
- The unique ID for the workflow.
-
pDATEDUE_MIN
- The minimum possible due
date for the workflow.
-
pDATEDUE_MAX
- The maximum possible due
date for the workflow.
-
pDATEINITIATED
- The date the workflow was
initiated.
-
pDATECOMPLETED
- The date the workflow was
completed.
-
pOWNERID
- The ID of the user who
initiated the workflow.
-
pMANAGERID
- The ID of the manager of
the workflow.
-
pSTATUS
- The status of the workflow.
-
pTITLE
- The title of the workflow.
-
pPROJECT
- The project identifier for
a workflow.
-
pUSERDATA
- Stored data that can be
used by the workflow.
-
pCUSTOMDATA
- Stored data from customization that can be
used by the workflow.
pWORKID
Integer pWORKID
- The unique ID for the workflow.
The column in the WWork table is Work_WorkID.
pDATEDUE_MIN
Date pDATEDUE_MIN
- 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.
pDATEDUE_MAX
Date pDATEDUE_MAX
- The maximum 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_Max.
pDATEINITIATED
Date pDATEINITIATED
- The date the workflow was initiated.
The column in the WWork table is Work_DateInitiated.
pDATECOMPLETED
Date pDATECOMPLETED
- The date the workflow was completed.
The column in the WWork table is Work_DateCompleted.
pOWNERID
Integer pOWNERID
- The ID of the user who initiated
the workflow. The column in the WWork table is Work_OwnerID.
pMANAGERID
Integer pMANAGERID
- The ID of the manager of the
workflow. The column in the WWork table is Work_ManagerID.
pSTATUS
Integer pSTATUS
- The status of the workflow. The
column in the WWork table is Work_Status. The possible values for the status
are:
WAPI.WORK_STATUS_ARCHIVED
WAPI.WORK_STATUS_EXECUTING
WAPI.WORK_STATUS_DONE
WAPI.WORK_STATUS_STOPPED
WAPI.WORK_STATUS_SUSPENDED
pTITLE
String pTITLE
- The title of the workflow. The
column in the WWork table is Work_Title.
pPROJECT
String pPROJECT
- The project identifier for a
workflow. The column in the WWork table is Work_Project.
pUSERDATA
Dynamic pUSERDATA
- Stored data that can be used
by the workflow. The column in the WWork table is Work_UserData.
pCUSTOMDATA
Dynamic pCUSTOMDATA
- 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.