Skip to content

SebastiaanLubbers/Rehosted-Workflow-Designer

 
 

Repository files navigation

#.NET Rehosted Workflow Designer#

Alt text

The solution contains:

##WPF Desktop Application##

  • Workflow Designer - Rehosting in a WPF Aplication
  • ToolboxControl - Loading Workflow Activities from Assemblies
  • Workflow Execution - retrieve Execution Log (TrackData) and Execution Output(s)
  • Workflow Management - New / Open / Save / Run

##Activity Library - Custom Activities##

  • ShowMessageBox - displays in a MessageBox the Value of the InputData argument
  • GetGroupMembers - retrieves the Member Names and Count for a specified Meetup.Com Group
  • GetRSVPmembers - retrieves the Member Names and Count for a specified Meetup.Com Event

##Demo Workflow - meetup.xaml##

  • InArguments - Meetup.COM REST API Key and RSVP (true / false)
  • If RSVP = false - the Workflow outputs a list with the Members of a Meetup.Com Group
  • If RSVP = true - the Workflow outputs a list with the Attending Members of a Meetup.Com Event

##Links##


About

.NET Workflow Designer Rehosting & Custom Activity Library Example

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 100.0%