`
hubert.wei
  • 浏览: 3220 次
  • 性别: Icon_minigender_1
  • 来自: 厦门
最近访客 更多访客>>
文章分类
社区版块
存档分类
最新评论

How to implement What list all tasks with condition

阅读更多

    In order to list tasks finished within 3 days.Implement system monitor

   condition is to build IWorkflowContext with a role that must have administrator

    do like this

                 pred.addClause(Predicate.AND,
                            TableConstants.WFTASK_EXPIRATIONDATE_COLUMN,
                            Predicate.OP_NEXT_N_DAYS,
                           3);

分享到:
评论

相关推荐

Global site tag (gtag.js) - Google Analytics