Task Metadata Service
The task metadata service exposes operations to retrieve metadata information related to a task. Table 34-6 describes some of the common operations of task metadata service. Package oracle.bpel.services.workflow.metadata
corresponds to the task metadata service.
For more information about the task metadata service, see Workflow Services Java API Reference for Oracle SOA Suite.
Table 34-6 Task Metadata Service Methods
Method | Description |
---|---|
|
Gets the |
|
Gets the permitted outcomes of a task. The outcomes are returned with their display values. |
|
Gets the resource bundle information of the task. The resource bundle information contains the location and the name of the bundle. |
|
Gets the actions that are restricted for a particular task. |
|
Gets a list of |
|
Gets a list of |
|
Gets the task message attributes. |
|
Gets the message attributes for a particular task definition. |
|
Gets the task definition associated with the task. |
|
Gets the task definition by the task definition ID. |
|
Gets the outcomes given the task definition ID. |
|
Gets the task visibility rules. |
|
Gets the task display region for a task. |
|
Gets the task attributes that when changed cause a task version creation. |
|
Lists the task definitions in the system. |