类 JumpCommand4Position

  • 所有已实现的接口:
    org.flowable.common.engine.impl.interceptor.Command<Void>

    public class JumpCommand4Position
    extends Object
    implements org.flowable.common.engine.impl.interceptor.Command<Void>
    作者:
    qinman, zhangchongjie
    Date:
    2022/12/30
    • 字段详细资料

      • taskId

        protected String taskId
        当前任务id
      • targetNodeId

        protected String targetNodeId
        目标任务节点id
      • users

        protected List<String> users
        办理人:如果是普通任务,users只能是一个岗位,否则会出现多个岗位签收的情况
      • reason

        protected String reason
        原因
    • 构造器详细资料

    • 方法详细资料

      • execute

        public Void execute​(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)
        指定者:
        execute 在接口中 org.flowable.common.engine.impl.interceptor.Command<Void>