Class DestroyScopeOperation

  • All Implemented Interfaces:
    java.lang.Runnable

    public class DestroyScopeOperation
    extends AbstractOperation
    Destroys a scope (for example a subprocess): this means that all child executions, tasks, jobs, variables, etc within that scope are deleted.

    The typical example is an interrupting boundary event that is on the boundary of a subprocess and is triggered. At that point, everything within the subprocess would need to be destroyed.

    • Method Detail

      • run

        public void run()