Class BpmProcessElement


  • public class BpmProcessElement
    extends Object
    An element in a process.
    API:
    This is a public API.
    • Method Detail

      • getId

        public String getId()
        Returns the id of the process element (pid)
        Returns:
        id of the process element (pid)
        API:
        This public API is available in IvyScript and Java. It has the visibility EXPERT.
      • getName

        public String getName()
        Returns the name of the process element
        Returns:
        name of the process element
        API:
        This public API is available in IvyScript and Java. It has the visibility EXPERT.