persistent class Ens.Background.Request
extends Ens.Request
Super class for Background requests
parameter XMLTYPE = "BackgroundRequest";
Prevent this class from having the same default XML Type and Name as any of its subclasses that have the short classname "Request".
property BackgroundProcessor
as %String(MAXLEN=128);
Business Process that will handle request
property RequestedByUsername
as %String(MAXLEN=128);
Requested By Username
property WorkFlowRole
as %String(MAXLEN=128);
Workflow role to be used if needed.