...
The wrapped code will not execute unless the current person has that operation in the context/for the resource against which it is being checked.
To understand what Enabled Operations do, such as the properties they update in the database and the properties they require for binding, you can check this from two different places.
Right click on your Operation Activity and click on Open/Edit Original Activity
and from there go to solution explorer and check the ExecuteExtension.cs class
...
The second way to find out is by directly opening the classes you see in the solution explorer and observing which columns they will update in the database.
In the labs, we will explore how to use operation-based activities on the Person Component in EmpowerID. We will utilize two operation activities:
...