app.json Reference: fmeServerConfig
The fmeServerConfig object configures how map.apps ETL calls FME Flow.
| Property | Type | Required | Default | Notes |
|---|---|---|---|---|
|
|
|
|
Base URL to FME Flow, for example |
|
|
|
|
Name of the workspace, for example |
|
|
|
|
FME repository containing the workspace. |
|
|
|
|
Use map.apps proxy for calls. |
|
|
|
|
Run analyze workspace before the main process. |
|
|
|
|
Required if |
|
|
|
|
Timeout in milliseconds for HTTP requests. |
Example
app.json
"fmeServerConfig": {
"fmeServerUrl": "https://<FME Flow URL>",
"workspaceName": "upload_to_map.fmw",
"repositoryName": "mapapps_etl",
"useProxy": true,
"useAnalyzeWorkspace": false,
"timeout": 600000
}