Skip to main content
Skip table of contents

<Status>

Status

The Status element contains configuration definitions for the internal status values of the Web App.

Attribute

Description

active

Specification whether the project is activated.

Possible values: true / false (default)

Note:

If the project is not active, the web application cannot be displayed in the browser.

localOnly

Specifies whether the project is to be deployed locally only.

Possible values: true / false (default)

Note:

If the project is not active, the web application cannot be displayed in the browser.

dataFormatVersion

Specifies which data format is used.

Possible values:

  • 1.0

  • 2.0 (default)

Note:

If the project is not active, the web application cannot be displayed in the browser.

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.

CODE
<Object property="Container">
  <String value="test" property="Text" />
</Object>

This example shows the structure of the data format version 2.0.

CODE
<Container>
  <Text>test</Text>
</Container>

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.