Interface IExperienceAutomationFlowContext.IExperienceAutomationFlow

  • Enclosing interface:
    IExperienceAutomationFlowContext

    @StableMinor(version="15.0",
                 sinceVersion="12.1")
    public static interface IExperienceAutomationFlowContext.IExperienceAutomationFlow
    Describes an experience automation flow.
    Since:
    12.1.0
    Version:
    $Revision: 25304 $ $Date: 2022-10-22 22:51:05 -0300 (Sat, 22 Oct 2022) $
    • Method Detail

      • getName

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

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