The first technology preview of Office Open XML Workflow Activities is now available on
CodePlex.
These activities perform common actions on Open XML documents such as embedding data or signing documents.
The included activities are:
- CoreProperties
- EmbedCustomXml
- ExtractCustomXml
- InspectWMLPackage
- SignPackage
- MarkAsFinal
- ValidateSignatures
- ValidatePackage
Each of these activites can be used on their own by setting the Package dependency property. By placing the activities in a PackageScope this mapping will be set up automatically. The FileSystemPackageScope is the only available scope in this release. Future releases will include a SharePointPackageScope as well as SharePoint related activities.