FME Flow Parameters
FME Flow parameters reference FME Flow system settings when a workspace is run from FME Flow. These parameters may be useful when testing or debugging a workspace that is going to be run from FME Flow.
If the workspace that is currently open uses any FME Flow parameters, they are listed first in the Navigator. Any other FME Flow parameters that are not referenced in the workspace are listed under Unreferenced.
Parameter | Description |
---|---|
FME_DATA_REPOSITORY | Name of the folder used by FME Flow for temporarily uploading data. |
FME_ENGINE | Name of the FME Engine that runs the workspace. |
FME_JOB_ID | FME Flow job identifier of the job that invokes the workspace. |
FME_SECURITY_ROLES | Role of the FME Flow user who runs the workspace. For example, fmeadmin and fmeauthor are two common roles. |
FME_SECURITY_USER | FME Flow user that runs the workspace. |
FME_SERVER_DEST_DIR | File path where the FME Flow Data Download and Data Streaming services write output data. |
FME_SERVER_HOST | FME Flow host name used to invoke this workspace. |
FME_SERVER_PORT | FME Flow port on which the workspace is invoked. |
FME_SERVER_REQUEST_HEADERS | FME Flow Web Services request header information, which includes the client IP of requests used to invoke the workspace. |
FME_SERVER_REQUEST_METHOD | HTTP request method used to invoke the workspace. This parameter is set only in workspaces that are run by the FME Flow Data Streaming service. |
FME_SERVER_REQUEST_PARAMETERS | FME Flow Web Services request query parameters. Includes query parameters passed as part of the URL, as well as query parameters sent through a POST request body of content type "application/x-www-form-urlencoded" and "multipart/form-data". |
FME_SERVER_REQUEST_URI | FME Flow Web Services URI used to invoke the workspace. This parameter is set only in workspaces that are run by the FME Flow Job Submitter, Data Streaming, or Data Download services. |
FME_SERVER_RUNTIME_USER | User name of the FME Flow account that authenticated with the FME Flow workspace app to run the workspace. |
FME_SERVER_RUNTIME_USER_ID | Unique identifier of the FME Flow user account that authenticated with the FME Flow workspace app to run the workspace. |
FME_SERVER_WEB_URL | Web Application Server root URL that invokes the workspace. |
FME_SHAREDRESOURCE_BACKUP | FME Flow Resources folder for storing FME Flow backup files. |
FME_SHAREDRESOURCE_DASHBOARD | FME Flow Resources folder for storing Dashboard reports. |
FME_SHAREDRESOURCE_DATA | FME Flow Resources folder for storing data files that can be shared between workspaces. |
FME_SHAREDRESOURCE_ENGINE | FME Flow Resources folder for storing FME Engine resources. |
FME_SHAREDRESOURCE_LOG | FME Flow Resources folder for storing log files. |
FME_SHAREDRESOURCE_SYSTEM | FME Flow Resources folder for storing connections to network resources. |
FME_SHAREDRESOURCE_TEMP | FME Flow Resources folder for storing temporary files created by FME Flow. |
FME_TOPIC_MESSAGE | Location of the FME Flow Notification Service message. This parameter is set only in workspaces that are run from an FME workspace subscriber. For more information, see FME workspace Subscriber in the FME Flow documentation. |
FME_TOPIC | FME Flow Notification Service topic that invokes the workspace. |
See Also