WAPIMAP is the object handle of a workflow map
stored in the WAPI database. It is used in the WAPI
functions for all map manipulation operations.
-
pMAPID
- The unique ID.
-
pDATECREATED
- The date the map was created.
-
pDATEMODIFIED
- The date the map was last
modified.
-
pDATELASTUSED
- The date the map was last
used.
-
pINITIATECB
- The callback information
for the Initiate Workflow callback event.
-
pCOMPLETECB
- The callback information
for the Workflow Completed callback event.
-
pDELETECB
- The callback information
for the Workflow Deleted callback event.
-
pPAINTER
- The information required
to display the map definition in a visual interface.
-
pFLAGS
- The flags that control the behavior
of the map and workflows that use this map.
-
pTITLE
- The default title for workflow
that use this map.
-
pDESCRIPTION
- The description for the
workflows that use this map.
-
pINSTRUCTIONS
- The instructions for the
workflows that use this map.
-
pPRIORITY
- The priority of workflows
that use this map.
-
pPROJECT
- A project identifier for
workflows that use this map.
-
pOWNERID
- The ID of the user that
created the map.
-
pUSERDATA
- Stored data that can be
used by the workflows using this map.
-
pMANAGERID
- The user ID for the manager
of the workflows that use this map.
-
pDUEDURATION
- The duration, in seconds,
of how long it should take workflows that use this map to complete.
-
pDUEDATE
- The due date for any workflow
that uses this map.
-
pDUETIME
- The time for which the workflows
that use this map should be due.
-
pSTARTDATE
- The date the workflow should
wait for before initiating.
-
pSTOPCB
- The callback information
for the Workflow Stopped callback event.
-
pSUSPENDCB
- The callback information
for the Workflow Suspended callback event.
-
pRESUMECB
- The callback information
for the Workflow Resumed callback event.
-
pARCHIVECB
- The callback information
for the Workflow Archived callback event.
-
pCUSTOMDATA
- Stored data that can be
used by the workflows using this map.
pMAPID
Integer pMAPID
- The unique ID. The column in
the WMap table is Map_MapID.
pDATECREATED
Date pDATECREATED
- The date the map was created.
The column in the WMap table is Map_DateCreated.
pDATEMODIFIED
Date pDATEMODIFIED
- The date the map was last modified.
The column in the WMap table is Map_DateModified.
pDATELASTUSED
Date pDATELASTUSED
- The date the map was last used.
The column in the WMap table is Map_DateLastUsed.
pINITIATECB
Dynamic pINITIATECB
- The callback information for
the Initiate Workflow callback event. If any data is stored in this field
then a callback will fire when a workflow is initiated that uses this map
definition. The column in the WMap table is Map_InitiateCb.
pCOMPLETECB
Dynamic pCOMPLETECB
- The callback information for
the Workflow Completed callback event. If any data is stored in this field
then a callback will fire when a workflow is completed that uses this map definition.
The column in the WMap table is Map_CompleteCb.
pDELETECB
Dynamic pDELETECB
- The callback information for
the Workflow Deleted callback event. If any data is stored in this field then
a callback will fire when a workflow is deleted that uses this map definition.
The column in the WMap table is Map_DeleteCb.
pPAINTER
Dynamic pPAINTER
- The information that required
to display the map definition in a visual interface. The column in the WMap
table is Map_Painter.
pFLAGS
Integer pFLAGS
- The flags that control the behavior
of the map and workflows that use this map. The column in the WMap table is
Map_Flags. The values which can be combined with bitwise OR operations to make
up the flags value are:
WAPI.MAP_FLAG_ARCHIVEONCOMPLETE
WAPI.MAP_FLAG_DELETEONCOMPLETE
WAPI.MAP_FLAG_RESUMEONRETURN
WAPI.MAP_FLAG_SKIPWEEKENDS
WAPI.MAP_FLAG_TEMPMAP
pTITLE
String pTITLE
- The default title for workflow
that use this map. The column in the WMap table is Map_Title.
pDESCRIPTION
String pDESCRIPTION
- The description for the workflows
that use this map. The column in the WMap table is Map_Description.
pINSTRUCTIONS
String pINSTRUCTIONS
- The instructions for the workflows
that use this map. The column in the WMap table is Map_Instructions.
pPRIORITY
Integer pPRIORITY
- The priority of workflows that
use this map. The column in the WMap table is Map_Priority.
pPROJECT
String pPROJECT
- A project identifier for workflows
that use this map. The column in the WMap table is Map_Project.
pOWNERID
Integer pOWNERID
- The ID of the user that created
the map. The column in the WMap table is Map_OwnerID.
pUSERDATA
Dynamic pUSERDATA
- Stored data that can be used
by the workflows using this map. The column in the WMap table is Map_UserData.
pMANAGERID
Integer pMANAGERID
- The user ID for the manager of
the workflows that use this map. The column in the WMap table is Map_ManagerID.
pDUEDURATION
Integer pDUEDURATION
- The duration, in seconds, of
how long it should take workflows that use this map to complete. The column
in the WMap table is Map_DueDuration.
pDUEDATE
Date pDUEDATE
- The due date for any workflow
that uses this map. The column in the WMap table is Map_DueDate.
pDUETIME
Integer pDUETIME
- The time that the workflows that
use this map should be due. This time is the number of seconds since midnight.
The column in the WMap table is Map_DueTime.
pSTARTDATE
Date pSTARTDATE
- The date the workflow should
wait for before initiating. The column in the WMap table is Map_StartDate.
pSTOPCB
Dynamic pSTOPCB
- The callback information for
the Workflow Stopped callback event. If any data is stored in this field then
a callback will fire when a workflow is stopped that uses this map definition.
The column in the WMap table is Map_StopCb.
pSUSPENDCB
Dynamic pSUSPENDCB
- The callback information for
the Workflow Suspended callback event. If any data is stored in this field
then a callback will fire when a workflow is suspended that uses this map definition.
The column in the WMap table is Map_SuspendCb.
pRESUMECB
Dynamic pRESUMECB
- The callback information for
the Workflow Resumed callback event. If any data is stored in this field then
a callback will fire when a workflow is resumed that uses this map definition.
The column in the WMap table is Map_ResumeCb.
pARCHIVECB
Dynamic pARCHIVECB
- The callback information for
the Workflow Archived callback event. If any data is stored in this field
then a callback will fire when a workflow is archived that uses this map definition.
The column in the WMap table is Map_ArchiveCb.
pCUSTOMDATA
Dynamic pCUSTOMDATA
- Stored data that can be used
by the workflows using this map. This field is used to store data that is
needed for customizations. The column in the WMap table is Map_CustomData.