Oracle Workflow API Reference Release 2.6.3.5 Part Number B12163-02 |
Previous | Next | Contents | Index | Glossary |
function GetActivityLabel
(actid in number)
return varchar2;
Description
Returns the instance label of an activity, given the internal activity instance ID. The label returned has the following format, which is suitable for passing to other Workflow Engine APIs, such as CompleteActivity and HandleError, that accept activity labels as arguments:
<process_name>:<instance_label>
Arguments (input)
actid | An activity instance ID. |
Previous | Next | Contents | Index | Glossary |