Oracle Workflow API Reference Release 2.6.3.5 Part Number B12163-02 |
Previous | Next | Contents | Index | Glossary |
public static WFTwoDArray getProcessStatus
(WFContext wCtx,
String itemType,
String itemKey,
BigDecimal process)
Description
Returns the process status for the given item type instance as a two dimensional data object.
Arguments (input)
wCtx | Workflow context information. Required for the Java method only. See: Oracle Workflow Context. |
itemType | A valid item type. |
itemKey | 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. |
process | A process instance ID for the item type. If the instance ID is unknown, you can simply provide any negative number and the method will return the process status for the root process. |
Previous | Next | Contents | Index | Glossary |