As I understand it Beta 1 uses ".xoml" for historical reasons, and Beta 2 will use ".xaml". But in Beta 2 currently all the wizards and samples etc creates .xoml.
Does this matter at all Should we save our worfklows as .xaml or .xoml
Can u explain me also (huh, I feel me stupid asking this but anyway), if XOML is in XAML, and XAML in XML format why there was such a need as to invent new extensions Where it is essentially being used
Workflow programs (or models) are saved in the XAML format which is common to Avalon for serializing .NET types as XML. Avalon XAML is all about UI and Workflow XAML is all about business process so there's quite a semantic difference. The XOML file extension looks to remain for Workflow models though the file format is XAML.
xoml or xaml?
PCZ
In case of Windows Workflow Foundation,
when should I use .XOML (With doe seperation ) and with code files to create workflow
Please reply.
thanks,
Vinod Sa.
kingofnexus
AnandMVP
Thank u all very much.
Can u explain me also (huh, I feel me stupid asking this but anyway), if XOML is in XAML, and XAML in XML format why there was such a need as to invent new extensions Where it is essentially being used
crazy
(eXtensible Application Markup Language)
regards,
.k
Peterleex
andreskruse
Yes. We also refer to the XAML format as Workflow Markup.
Cheers,
Paul
Dencore
Workflow programs (or models) are saved in the XAML format which is common to Avalon for serializing .NET types as XML. Avalon XAML is all about UI and Workflow XAML is all about business process so there's quite a semantic difference. The XOML file extension looks to remain for Workflow models though the file format is XAML.
Regards,
Paul