rehosting

Working with sub-workflow in rehosted designer?

房东的猫 提交于 2019-12-23 01:49:12
问题 Is it possible to work with a sub-workflow (i.e. subset of the workflow in the designer). For example a sequence, a flowchart, or any activity inside the workflow. My idea is something like these: Save the subworkflow to a file (for example, save the selected Sequence activity) Load a saved subworkflow and add it into current workflow Add a sub-workflow as an item in toolbox Are these even possible in WF4? 回答1: Sounds very much like your sub worklfows are just composite activities. Doing so

Working with sub-workflow in rehosted designer?

六月ゝ 毕业季﹏ 提交于 2019-12-06 14:43:31
Is it possible to work with a sub-workflow (i.e. subset of the workflow in the designer). For example a sequence, a flowchart, or any activity inside the workflow. My idea is something like these: Save the subworkflow to a file (for example, save the selected Sequence activity) Load a saved subworkflow and add it into current workflow Add a sub-workflow as an item in toolbox Are these even possible in WF4? Sounds very much like your sub worklfows are just composite activities. Doing so is easy if you compile them as they become regular activity types and you can do with them as you like. If