C# 访问空闲工作流数据

发布于 2024-11-24 14:02:55 字数 167 浏览 2 评论 0原文

我有一个工作流应用程序,它对空闲工作流使用 sql 持久性,并且我使用 PersistenceParticipant 来存储空闲工作流的一些值。我想加载一个 gridview,它将根据每个实例的 PersistenceParticipant 值加载所有空闲工作流实例。您对如何实现这个想法有什么想法吗? 谢谢您的时间。

I have a workflow application which is use sql persistence for the idled workflows and I am using PersistenceParticipant in order to store some values of the idle workflows. I want to Load a gridview which will load all the idle workflow instances according to the PersistenceParticipant values of each one. Do you have any ideas how to approach this idea?.
Thx for your time.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

愛放△進行李 2024-12-01 14:02:55

升级的属性使用 Value1、Value2 等列存储在 SQL Server 中的 InsertPromotedProperties 表中。您可以查询该表并根据其中的值确定满足您的筛选器的工作流。

The promoted properties are stored in the InsertPromotedProperties table in SQL Server using the columns Value1, Value2 etc. You can query that table and determine the workflows that satisfy your filter based on the values there.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文