Try OpenEdge Now
skip to main content
BP Server Developer's Guide
E-mail templates for task completion : System variables : BP Server variables
 

BP Server variables

All BP Server system dataslots are prefixed with "PCTX.".

System dataslots supported by BP Server

BP Server supports the system dataslots explained in Table 15 in e-mail templates.
Table 15. BP Server variables
Identifier
Description
PCTX.WI_ID
Work item ID
PCTX.ENC.WI_ID
Encrypted work item Id
PCTX.TEMPLATE_ID
Process template Id
PCTX.INSTANCE_ID
Process instance Id
PCTX.WS_ID
Workstep Id
PCTX.TEMPLATE_NAME
Template name
PCTX.INSTANCE_NAME
Instance name
PCTX.WS_NAME
Workstep name
PCTX.INPUT_DATASLOTS1
All Input DataSlot Name and Value
PCTX.OUTPUT_DATASLOTS2
All Output DataSlot Name and Value
PCTX.WI_PERFORMER
Current WorkItem Performer
PCTX.BIZSITE_LOGIN_URL
Login URL for Portal
PCTX.WS_INSTRUCTION
Workstep Instruction
PCTX.ALL_WS_DATASLOTS3
Displays all input and output dataslot names and values in the order as defined in the process template XML.

1 This variable is used only by the text e-mail template.

2 This variable is used only by the text e-mail template.

3 This variable is used only by the HTML e-mail template.

When it is required to specify the system dataslot in the e-mail content, you can specify the system identifier enclosed in {}. As with any reference variables, e-mail parser replaces all system identifiers enclosed in {} with their proper values.

Please complete the task ${PCTX.WORKITEM_ID} asap.