Status
The Status element contains configuration definitions for the internal status values of the Web App.
Possible attributes:
|
Attribute |
Description |
|---|---|
|
|
Specification whether the project is activated. Possible values: Note: If the project is not active, the web application cannot be displayed in the browser.
|
|
|
Specifies whether the project is to be deployed locally only. Possible values: Note: If the project is not active, the web application cannot be displayed in the browser.
|
|
|
Specifies which data format is used. Possible values:
Note: If the project is not active, the web application cannot be displayed in the browser.
|
dataFormatVersion
Technical Processes in the X4 BPMS can output data in various formats. In order to use the data in X4 Web Apps, the data format in which the data is output by the Technical Process must be defined in the Web App Configuration.
The data format used is defined in the dataFormatVersion attribute.
Example
This example shows the structure of the data format version 1.0.
<Object property="Container">
<String value="test" property="Text" />
</Object>
This example shows the structure of the data format version 2.0.
<Container>
<Text>test</Text>
</Container>