Interface ISubProcessStart


  • public interface ISubProcessStart
    Configuration for starting a sub process from code
    API:
    This is a public API.
    • Method Detail

      • getSignature

        String getSignature()
        Gets the call signature of this sub process start
        Returns:
        the method signature
        API:
        This public API is available in Java.
      • getProcessPath

        String getProcessPath()
        Gets the path of the process that contains this sub process start
        Returns:
        the path of the process
        API:
        This public API is available in Java.
      • getProcessModelVersion

        IProcessModelVersion getProcessModelVersion()
        Gets the ProcessModelVersion of the current sub process start
        Returns:
        ProcessModelVersion of the process
        API:
        This public API is available in Java.
      • getProcessName

        String getProcessName()
        Gets the name of the process that contains this sub process start
        Returns:
        the process's name
        API:
        This public API is available in Java.
      • getProcessGroup

        String getProcessGroup()
        Gets the group of the process that contains this sub process start
        Returns:
        the process's group
        API:
        This public API is available in Java.
      • getProjectName

        String getProjectName()
        Gets the name of the project where the process of this sub process start is
        Returns:
        the project's name
        API:
        This public API is available in Java.
      • getInputParameters

        List<IParameter> getInputParameters()
        Gets the input parameters of this sub process start.
        Returns:
        the input parameter map
        API:
        This public API is available in Java.
      • getOutputParameters

        List<IParameter> getOutputParameters()
        Gets the output parameters of this sub process start.
        Returns:
        the output parameter map
        API:
        This public API is available in Java.