Interface IStartCustomFields


  • public interface IStartCustomFields

    Customer specific additional information of a web startable.

    Can be configured on request start process elements in the designer.

    Since:
    9.2
    API:
    This is a public API.
    • Method Detail

      • value

        String value​(String name)
        Gets the value of the custom field with the given name
        Parameters:
        name - name of the custom field
        Returns:
        value of the custom field
        API:
        This public API is available in Java.
      • names

        Set<String> names()
        Gets the names of all custom fields available on this
        Returns:
        available custom field names
        API:
        This public API is available in Java.