Skip to content

Instantly share code, notes, and snippets.

@bsatrom
Created June 10, 2011 19:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bsatrom/1019525 to your computer and use it in GitHub Desktop.
Save bsatrom/1019525 to your computer and use it in GitHub Desktop.
<Action Name="Send an SMS Text Message"
ClassName="MyCompany.Workflow.Messaging.Activities.SendSMSActivity"
Assembly="MyCompany.Workflow.Messaging.Activities, Version=1.0.0.0,
Culture=neutral, PublicKeyToken=fe2315b70tbc147c"
AppliesTo="all"
Category="Messaging Actions">
<RuleDesigner Sentence="Send %1 to number %2">
<FieldBind Field="Message" Text="this message" DesignerType="TextBox" Id="1"/>
<FieldBind Field="Number" Text="this number" DesignerType="TextBox" Id="2"/>
</RuleDesigner>
<Parameters>
<Parameter Name="Number" Type="System.String, mscorlib" Direction="In" />
<Parameter Name="Message" Type="System.String, mscorlib" Direction="In" />
</Parameters>
</Action>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment