#发起人

Activiti6 查询由某人发起的流程请求 设置流程发起人

 发起流程时,配置activiti:initiator属性,并且在代码中:Authentication.setAuthenticatedUserId(userId); 其中,userId对应流程发起人查询某人发起的流程关键代码:@AutowiredprivateHistoryServicehisto...