I would like to create composit开发者_如何学JAVAions of workflows in WF (3.5). Is it possible to directly use a workflow as an activity inside another workflow? I don't want to use the InvokeWorkFlowActivity, since it executes the workflow asynchronously.
Take a look at this blog: CallWorkflowService
Taken in turn from this similar question: loading-workflow-activity-dynamically-from-xoml
Late follow up: found out later that you can use workflows by dropping them in from your toolbox (Doh!)
精彩评论