Interface IExperienceAutomationFlowContext.IExperienceAutomationFlow

  • Enclosing interface:
    IExperienceAutomationFlowContext

    @StableMinor(version="16.0",
                 sinceVersion="12.1")
    public static interface IExperienceAutomationFlowContext.IExperienceAutomationFlow
    Describes an experience automation flow.
    Since:
    12.1.0
    Version:
    $Revision: 25809 $ $Date: 2023-07-04 15:23:22 -0300 (Tue, 04 Jul 2023) $
    • 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