fferpcore.ffasync_IProcessglobal interface ffasync_IProcess This interface defines the structure of an async process, implemented by the fferpcore.ffasync_Process and fferpcore.ffasync_ProcessIterable classes. Methods
getLoggingRequirementffasync_Process.LoggingRequirement getLoggingRequirement() Get the Logging Requirements for the current process. getDescriptionString getDescription() Text description of the process. Used on Process Run SObject records. getEndOfProcessActionsList<ffasync_IAction> getEndOfProcessActions() Provides custom actions to be run after process completion. For example, email or task notifications can be generated to inform users that the process has completed. canRunBoolean canRun() Enables conditional execution of a process. If this method returns false fferpcore.ffasync_ProcessService will not run the process. |