Name

BPEL.BPEL.script_obsolete — mark a BPEL script as obsoleted

Synopsis

BPEL.BPEL.script_obsolete ( in script varchar );

Parameters

script

varchar

Return Types

this function has no return value

Description

BPEL.BPEL.script_obsolete Marks the script as obsolete. This means that existing instances will complete but no new instances can be made. The effect can be reversed by going to edit mode and recompiling a new version which then becomes current. Directly after this function there will be no current version but there may be a version being edited.

Examples

Example24.644.Simple example

        SQL> BPEL.BPEL.script_obsolete (5);
        Done. -- 10 msec.