Get Execution Property <T> Activity
Description:
Gets the value of an execution property in the current scope.
Inheritance Hierarchy:
System.Object
System.Activities.Activity
System.Activities.CodeActivity
Geocortex.Workflow.Activities.GetExecutionProperty<T>
Function:
This activity provides a mechanism to obtain the value of an execution property from the workflow runtime. Execution properties are added by certain activities and are accessible to their descendant activities. With this activity you specify the name of the execution property object you are looking for, if a value matching that name is available it will be provided as the result.
Geocortex Essentials provides the following execution properties:
FormButtons
when used in the runtime modifications sequence of a Display Form activity returns aGeocortex.Forms.Client.FormButtonList
.
In a Workflow:
You could use this activity to obtain the FormButtonList
that contains the buttons of a Display Form activity. You could then add, remove, or change the buttons.
Properties:
Name | Description |
---|---|
In Arguments |
|
Name |
The name of the property to find. |
Misc |
|
Display Name |
GetExecutionProperty You can change the name of an activity to one that describes what it does. A descriptive name can make a workflow easier to interpret and maintain. |
Out Arguments |
|
Result |
The execution property value. |
Version Information:
Supported from: Geocortex Essentials 4.0.