OScript API/Built-in Package Index

Class: WAPIMAP

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.

Instance Attributes

The callback information for the Workflow Archived callback event.

The callback information for the Workflow Completed callback event.

Stored data that can be used by the workflows using this map.

The date the map was created.

The date the map was last used.

The date the map was last modified.

The callback information for the Workflow Deleted callback event.

The description for the workflows that use this map.

The due date for any workflow that uses this map.

The duration, in seconds, of how long it should take workflows that use this map to complete.

The time for which the workflows that use this map should be due.

The flags that control the behavior of the map and workflows that use this map.

The callback information for the Initiate Workflow callback event.

The instructions for the workflows that use this map.

The user ID for the manager of the workflows that use this map.

The unique ID.

The ID of the user that created the map.

The information required to display the map definition in a visual interface.

The priority of workflows that use this map.

A project identifier for workflows that use this map.

The callback information for the Workflow Resumed callback event.

The date the workflow should wait for before initiating.

The callback information for the Workflow Stopped callback event.

The callback information for the Workflow Suspended callback event.

The default title for workflow that use this map.

Stored data that can be used by the workflows using this map.

Instance Attributes

The instructions for the workflows that use this map. The column in the WMap table is Map_Instructions.

The date the map was last used. The column in the WMap table is Map_DateLastUsed.

The information that required to display the map definition in a visual interface. The column in the WMap table is Map_Painter.

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.

String pDELETECB

A project identifier for workflows that use this map. The column in the WMap table is Map_Project.

Dynamic pDESCRIPTION

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.

Integer pFLAGS

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.

The default title for workflow that use this map. The column in the WMap table is Map_Title.

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.

Date pMAPID

The date the map was created. The column in the WMap table is Map_DateCreated.

Dynamic pPAINTER

Stored data that can be used by the workflows using this map. The column in the WMap table is Map_UserData.

Dynamic pPRIORITY

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.

Integer pTITLE

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.

 Copyright © 2021 OpenText Corporation. All rights reserved.