DockerERTFF/public/dmxAppConnect/config.js

111 lines
1.8 KiB
JavaScript

dmx.config({
"start": {
"repeat1": {
"meta": null,
"outputType": "text"
},
"tableRepeat1": {
"meta": [
{
"name": "isSection",
"type": "text"
},
{
"name": "numSection",
"type": "text"
},
{
"name": "txtSection",
"type": "text"
},
{
"name": "wNumSection",
"type": "number"
}
],
"outputType": "text"
}
},
"observationPage": {
"flowClearPoints": {
"meta": [
{
"name": "zzmyTestFunction",
"type": "text"
}
],
"local": {}
},
"processPDF": {
"meta": [
{
"name": "PDFprocess",
"type": "text"
}
],
"local": {}
},
"datastore1": [
{
"type": "text",
"name": "numSection"
},
{
"type": "text",
"name": "description"
},
{
"type": "text",
"name": "Points"
},
{
"type": "text",
"name": "section"
}
]
},
"index": {
"flowRunPageId": {
"meta": [
{
"name": "setRunPageId",
"type": "text"
}
],
"local": {}
},
"flowrunPageId": {
"meta": [
{
"name": "setRunPageId",
"type": "text"
}
],
"local": {}
},
"runPageId": {
"outputType": "text"
},
"flow1": {
"meta": [
{
"name": "saveSignatureFlow",
"type": "text"
}
],
"local": [
{
"name": "",
"type": "object",
"metaData": {
"alertMessage": {
"meta": null,
"outputType": "text"
}
}
}
]
}
}
});