Package com.appiancorp.suiteapi.process.framework
package com.appiancorp.suiteapi.process.framework
-
ClassDescriptionAbstract class to be subclassed when implementing a Java execution environment activity.This is an Exception wrapper, which is used by Activity classes to inform about error conditions while running the activity.Metadata attributes of an activity that are needed during its execution.Classes that implement this interface provide additional functionality for passing parameters to and receiving parameters from a user interface.Abstract class to extend when creating a custom smart service.This class provides default, do-nothing implementations of all
ActivityParameterHelper
methods.The @Input annotation is an optional annotation for smart service setter methods that allows for additional input behaviors to be described.Container populated with error messages by thevalidate
oronSave
methods in a smart service class that extendsAppianSmartService
.Interface to hold error messages.This annotation is used for specifying the order in which the inputs and outputs of the Smart Service should appear in the data tab.Declares whether the input parameter is required.AnActivityExecutionException
that is transient.Wrapper forActivityReturnVariable
that enforces non-null value, and contains only getters so that users cannot change the values.Context available to Smart Service at runtime.