View Javadoc
1 package org.smartcomps.twister.engine.priv.core.definition; 2 3 /*** 4 * A scope is an anonymous sub-process (inline defined) with a nested 5 * activity, its own associated variables, fault handlers and compensation 6 * handler.<br> 7 * Scope won't be really implemented in a first version of the engine, it's 8 * only present as a simple activity container. 9 */ 10 public interface Scope extends StructuredActivity { 11 }

This page was automatically generated by Maven