Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想知道是否可以在用户可以使用任务时执行该任务,而无需用户单击“获取”按钮。因为我有一个包含许多任务的流程,最终很烦人,每次都必须点击“接受”。如果可以的话,能给我举个例子就好了。
如果只有一个用户可以执行一项任务,您可以single actor在任务(或车道)上配置“演员过滤器”。通过这样做,任务将自动分配给可以执行任务的单个用户。
single actor
当使用“演员”时,用户需要“接受”任务,以避免来自可以实际执行任务的多个不同用户(候选人)的并发操作。