Parameter wrkrmtdir
Use the WRKRMTDIR
parameter to handle the action invoked when a user decides to give an answer by clicking a link included in a mail received from the SAFE X3 Workflow system.
When this happens, the link opens an action in a web page, which triggers the creation of a file that is later managed by a batch task called AWRKSIG
. This batch task executes the code requested by the answer given from the user.
The folder where the answer files are created with a ".lka" extension is defined by the parameter. The answer file contains a chronological ID, the response received, and an additional security key.
Parameter value
The parameter value must contain the full path of the server folder in which the answer files are created. It is located by default on the application server, but it can be located on another server if the parameter WRKRMTMAC is set.
Note that the folder path you give is described in the sandbox configuration file as a writable location on the corresponding server; otherwise, the system never has access to it to create the notification files.
Comments
There is no difference between how the system worked in version 6 and version 7, except that the Version 7 web client manages the distant signatures instead of the Apache web server. It also makes some parameters that are related to this process no longer used.