com.bea.wli.jpd
Annotation Type Version


@Retention(value=RUNTIME)
@Target(value=TYPE)
public @interface Version

Specifies how to invoke sub processes when different versions of the parent process exist.


Optional Element Summary
 Version.InvokeStrategy strategy
          Select loosely-coupled if the subprocess version has to be set at the time that the sub process is invoked.
 

strategy

public abstract Version.InvokeStrategy strategy
Select loosely-coupled if the subprocess version has to be set at the time that the sub process is invoked. Select tightly-coupled if the subprocess version has to be set at the time the parent process is invoked.

Default:
LOOSELY_COUPLED