Oracle Workflow API Reference Release 2.6.3.5 Part Number B12163-02 |
Previous | Next | Contents | Index | Glossary |
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 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. |
Previous | Next | Contents | Index | Glossary |