-
Notifications
You must be signed in to change notification settings - Fork 83
Flow Parameters
Flow Parameters are set on a flow. These parameters can be set when the flow is run by manually configuring the parameters or via a REST service call.
Many of the built in METL components support including parameters within the configuration. Parameters are referenced within a configuration via a token. e.g. '$(_flowName)'
In addition to user created parameters, METL provides several built in parameters that can be useful. These are automatically set when the flow runs.
Parameter | Description |
---|---|
_agentName |
The name of the agent which the flow is deployed to. |
_agentNameUrlEncoded |
The agent’s name encoded for use in a URL. |
_deploymentName |
The name given to the deployed flow. |
_deploymentNameUrlEncoded |
The deployment name encoded for use in a URL. |
_versionName |
The version of the project the flow belongs to. |
_flowName |
The name of the flow. |
_host |
The local host name. |
_startDate |
The date the flow started. Format "yyyy-MM-dd" |
_startTime |
The time the flow started. Format "HH:mm:ss" |