Class ActivityReturnVariable

All Implemented Interfaces:
com.appiancorp.core.expr.portable.PortableNamedTypedValue, com.appiancorp.core.expr.portable.PortableNamedTypedValueWithChildren, com.appiancorp.core.expr.portable.PortableTypedValue, com.appiancorp.process.runtime.forms.FormParameter, DeepCloneable, JSONable, JSONCacheable, XMLable, AppianTypeHolder, TypedVariableTypes, Validatable, AppianType, com.appiancorp.type.ExpressionableNamedTypedValue, com.appiancorp.type.HasTypeRef, com.appiancorp.type.NamedType, Serializable, Cloneable

public class ActivityReturnVariable extends ActivityClassParameter implements DeepCloneable
Variable that can be returned from an activity. Activities operate on ActivityClassParameters and return ActivityReturnVariables. Basically, this is the same as ActivityClassParameter, but inputToAc is always false.
See Also: