Mark,
Declaring properties in the xoml or rules file is not supported. It used to be supported in Beta1 but we have removed it. The workaround is to define the properties in a code workflow and then use this workflow as the base type for the xoml workflow.
eg.
Define the code worfklow as follows:
CodeWorkflow:Workflow1
- Prop1
-Prop2
and use it as the base type in the xoml workflow and reference the properties when needed.
XomlWorkflow: Workflow2
<Workflow1 x:Class="Workflow2" x:Name="Workflow2" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/workflow" />
Vijay
Yes, I need too this feature back, please
I'm using Rule Engine without WF only to do validations and mathematics operations
Thanks