You can configure Process Governance Publishing.
Properties that are highlighted as cross-tenant properties can only be changes using ARIS Cloud Controller Command-line Tool. To change these settings enter the following:
reconfigure apg_<size of your installation, s, m, or l> JAVA-D<property name>="<value>"
Example
reconfigure apg_m JAVA-Dcom.idsscheer.age.activity.ws.call.timeout="https://myserver.com"
This is where you find an overview of keys and value pairs:
Key |
Description |
Valid input |
Example |
---|---|---|---|
com.idsscheer.age.serviceenabling.staticExport.exportToDisk |
Export to server hard drive Specifies that a static export is to be saved on a hard drive of the server. This works only in a non-distributed scenario in which everything is installed on a single server. If this value is set to false, the export is saved as a ZIP file to ARIS document storage and a link is generated. |
true, false; the default value is true. |
true |
com.idsscheer.age.serviceenabling.staticExport.exportDir |
Static export directory Specifies the directory for the static export. |
<Installation directory>/server/bin/work/work_apg_m/base/webapps/aris/apgstatic |
D:/ARIS9.5/server/bin/work/work_apg_m/base/webapps/aris/apgstatic |
com.idsscheer.age.serviceenabling.staticExport.wsServer |
Static export link template Specifies the template for the link to a static export that is generated via Web service. Cross-tenant property that can only be changed using ARIS Cloud Controller. For further information, refer to ARIS Cloud Controller (ACC) Command-line Tool manual. |
http://Process Governance_server/aris/apgstatic/<GUID> |
http://Process Governance_server/aris/apgstatic/234ekmfhkdsau4w58 |