Oracle Workflow API Reference Release 2.6.3.5 Part Number B12163-02 |
Previous | Next | Contents | Index | Glossary |
procedure SetMaxNestedRaise
(maxcount in number default 100);
Description
Sets the maximum number of nested raises that can be performed to the specified value. A nested raise occurs when one event is raised and a Local subscription to that event is executed and raises another event. The default maximum is 100.
Arguments (input)
max_count | The maximum number of nested raises to allow. |
Previous | Next | Contents | Index | Glossary |