public static WFTwoDArray getActivityAttributes (WFContext wCtx, String itemType, String itemKey, BigDecimal actID)
Returns a list of all the activity attributes, their types, and their values for the specified activity as a two-dimensional data object.
| 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. |
| actID | The activity ID for a particular usage of an activity in a process definition. Also referred to as the activity ID of the node. |