Workflow Foundation
There are 1 entries for the tag
Workflow Foundation
Se avete l’esigenza di creare dei workflow dinamicamente partendo da template di workflow in formato XOML e il vostro workflow deriva da una vostra classe personalizzata, è sufficiente modificare il file XOML indicando il namespace dell’assembly che contiene la classe: <my:MyCustomWorkflowActivity x:Class="MyWorkflow" x:Name="NewWorkflow" DynamicUpdateCondition="{x:Null}"
xmlns:my="clr-namespace:MyNamespaceWorkflow;Assembly=MyAssemblyWorkflow, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null"
xmlns:x=http://schemas.microsoft.com/winfx/2006/xaml xmlns="http://schemas.microsoft.com/winfx/2006/xaml/workflow">
del.icio.us Tags: Workflow Foundation,XOML