I'm using PersistenceIOParticipant to write the workflow status to a custom db table. I need the workflow ID - any ideas how I can access it from within BeginOnSave?
相关问题
- WF4 InstancePersistenceCommand interrupted
- Scheduling child activity that implements an inter
- Parent activity type for NativeActivity activities
- Windows Workflow Foundation 4 (WF4) Delay
- Any distributed cache systems that allows for tagg
相关文章
- Rehosted Microsoft Workflow Designer UI
- App Fabric Visual Studio 2013 Issue
- Workflow design advice for ASP.Net web application
- Why is the Workflow Designer so extremely slow whe
- Please confirm: Is Windows Workflow Foundation a g
- Using WCF on Localhost on Azure
- How to design an ASP.NET MVC site for caching with
- How to call an Activity inside another Activity in
As far as I know the only way is to retreive it in a activity from the execution context and pass that to your service.