Skip to content

Instantly share code, notes, and snippets.

@jkbryan
Created October 2, 2018 22:39
Show Gist options
  • Save jkbryan/2dccbae6addcb5df04aa20e43d76699b to your computer and use it in GitHub Desktop.
Save jkbryan/2dccbae6addcb5df04aa20e43d76699b to your computer and use it in GitHub Desktop.
sample-xoml.xoml
<ns0:SequentialWorkflow
ActorId="00000000-0000-0000-0000-000000000000"
RequestId="00000000-0000-0000-0000-000000000000"
x:Name="SequentialWorkflow"
TargetId="00000000-0000-0000-0000-000000000000"
WorkflowDefinitionId="00000000-0000-0000-0000-000000000000"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/workflow" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:ns0="clr-namespace:Microsoft.ResourceManagement.Workflow.Activities;Assembly=Microsoft.ResourceManagement, Version=4.1.3559.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35">
<ns0:EmailNotificationActivity x:Name="emailNotificationActivity1" To="##xmlref:myRecipient1:ObjectID##" CC="{x:Null}" EmailTemplate="##xmlref:ObuCreate:ObjectID##" SuppressException="False" Bcc="{x:Null}" />
</ns0:SequentialWorkflow>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment