Hendrik Swanepoel

Browse by Tags

All Tags » Workflow Foundation (RSS)
Sorry, but there are no more tags available to filter with.
Execute a child activity and wait for the results
I came into a situation where I had to selectively execute a child activity. I wanted the activity to execute it's first child, wait for the results and then based on those results execute the next child. The reason for this was that I wanted to write an Ifelse activity which takes activities as conditions (Instead of making my business user write code for code conditions) and based on the conditions results execute the rest of the branch. I'll upload the complete IfElseActivity ASAP. Step 1: In...