Interface IExperienceAutomationFlowContext.IExperienceAutomationFlow

  • Enclosing interface:
    IExperienceAutomationFlowContext

    @StableMinor(version="14.0",
                 sinceVersion="12.1")
    public static interface IExperienceAutomationFlowContext.IExperienceAutomationFlow
    Describes an experience automation flow.
    Since:
    12.1.0
    Version:
    $Revision: 24476 $ $Date: 2021-04-28 11:28:23 -0300 (Wed, 28 Apr 2021) $
    • Method Detail

      • getName

        String getName()
        Returns the flow's name.
        Returns:
        the flow's name.
        Since:
        12.1.0
      • getServiceInstanceId

        String getServiceInstanceId()
        Returns the flow's service instance.
        Returns:
        the flow's service instance.
        Since:
        12.1.0