loadActivityAttributes

Java Syntax

public void loadActivityAttributes
  (WFContext pWCtx,
   String iType,
   String iKey,
   BigDecimal actid) throws SQLException

Description

Retrieves the activity attributes from the database for the specified activity. This method is called by default when the custom function activity is instantiated and before the execute() function is called.

If a database access error occurs, this method throws a SQLException.

Arguments (input)

pWCtx Workflow context information. See: Oracle Workflow Context.
iType A valid item type.
iKey A string generated from the application object's primary key. The string uniquely identifies the item within an item type. The item type and key together identify the process. See: CreateProcess.
actid An activity instance ID.