Class BpmStackFrame

java.lang.Object
ch.ivyteam.ivy.bpm.error.BpmStackFrame

public class BpmStackFrame extends Object
Provides information about a call to a callable process.
API:
This is a public API.
  • Method Summary

    Modifier and Type
    Method
    Description
    The call process element that called a callable process.
  • Method Details

    • getCallerElement

      public BpmProcessElement getCallerElement()
      The call process element that called a callable process.
      Returns:
      caller process element.
      API:
      This public API is available in Java.