WorkflowPage
superclass encapsulates all of the work that must be done to retrieve the form data from the EFORMASPX storage path.
dataOUT.xml
file, updates the context.xml
file with the new data, and then sends the context back to WorkflowGen.
WorkflowPage
writes form_archive.htm
and dataOUT.xml
to the EFORMASPX storage path.
SubmitToWorkflow()
method of the WorkflowPage
.
WorkflowPage
. This form data is accessible in each EFORMASPX action in the FORM_DATA
required parameter.form_archive.htm
file and accessible in the FORM_ARCHIVE
data from WorkflowGen for each action containing the FORM_ARCHIVE
parameter.WorkflowPage
. You can decide whether or not you want to have it referenced in one of your workflow data.WorkflowPage
class.FORM_FIELDS_READONLY
FORM_FIELDS_REQUIRED
FORM_FIELDS_HIDDEN
FORM_FIELDS_ARCHIVE_HIDDEN
FORM_ARCHIVE
form_archive.htm
fileCURRENT_ACTION
PARAMS_XPATH
NewDataSet/Table1
structure in your form data, you can specify a custom XPath expression that leads to the parameters table in your FORM_DATA
parametercontext.xml
result.xml
session.xml
dataIN.xml
dataOUT.xml
WorkflowPage
gives you access to this directory, but you should never be using those files directly. The purpose of this storage path is to store temporary files.web.config
file.