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 Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String
getName()
Returns the flow's name.java.lang.String
getServiceInstanceId()
Returns the flow's service instance.
-