Interface for a CRM Business Process Flow instance.

Hierarchy

Methods

  • Returns the unique identifier of the process.

    Returns string

    The identifier for this process, in GUID format.

    Example

    Example: "{825CB223-A651-DF11-AA8B-00155DBA3804}".
    
  • Returns the name of the process.

    Returns string

    The name.

  • Returns a boolean value to indicate if the process is rendered.

    Returns boolean

    true if the process is rendered, false if not.

Generated using TypeDoc