a!deployment( deploymentUuid, property )
Returns a specific property of a direct deployment.
Keyword | Type | Description |
---|---|---|
|
Deployment |
The deployment to retrieve. The UUID is available from the post-deployment process or the deployment's log. |
|
Text |
The information to retrieve for this deployment. Properties are case-sensitive and the following properties are supported:
|
Returns a specific property of a direct deployment which can be used in a post-deployment process.
This function should be used in your post deployment processes and you can set up a process parameter to pass deployment information to your process model.
deployment(101, "reviewedDate")
returns 12/21/05 2:28 PM GMT
Feature | Compatibility | Note |
---|---|---|
Portals | Partially compatible | Can be used with Appian Portals if it is connected using an integration and web API. |
Offline Mobile | Partially compatible | Can be used with offline mobile if it is loaded at the top of the form. |
Sync-Time Custom Record Fields | Incompatible | |
Real-Time Custom Record Fields | Incompatible | Custom record fields that evaluate in real time must be configured using one or more Custom Field functions. |
Process Reports | Incompatible | Cannot be used to configure a process report. |
Process Events | Incompatible | Cannot be used to configure a process event node, such as a start event or timer event. |
a!deployment() Function