Making relative link use home operation (#544)
parent
e78d63a4e1
commit
8bcf7086d7
|
@ -16,7 +16,7 @@ Windows Workflow Foundation (WWF) 3.0 APIs (those from the System.Workflow names
|
||||||
- [x] Build-time break
|
- [x] Build-time break
|
||||||
|
|
||||||
### Recommended Action
|
### Recommended Action
|
||||||
New WWF 4.0 APIs (in System.Activities) should be used instead. An example of using the new APIs can be found [here](../../../../framework/windows-workflow-foundation/how-to-update-the-definition-of-a-running-workflow-instance.md) and further guidance is available [here](http://blogs.msdn.com/b/workflowteam/archive/2012/02/08/deprecatingwf3.aspx). Alternatively, since the WWF 3.0 APIs are still supported, they may be used and the build-time warning avoided either by suppressing it or by using an older compiler.
|
New WWF 4.0 APIs (in System.Activities) should be used instead. An example of using the new APIs can be found [here](~/docs/framework/windows-workflow-foundation/how-to-update-the-definition-of-a-running-workflow-instance.md) and further guidance is available [here](http://blogs.msdn.com/b/workflowteam/archive/2012/02/08/deprecatingwf3.aspx). Alternatively, since the WWF 3.0 APIs are still supported, they may be used and the build-time warning avoided either by suppressing it or by using an older compiler.
|
||||||
|
|
||||||
### Affected APIs
|
### Affected APIs
|
||||||
* Not detectable via API analysis
|
* Not detectable via API analysis
|
||||||
|
|
Loading…
Reference in New Issue