|
您好,请问流程中怎么调试?我想在流程中设置条件,如果申请人是部门经理的话就跳过前两个审批步骤。
在选择控件的条件中写了return this.org.listDutyNameWithIdentity( this.workContext.getWork().creatorIdentityDn ) == "部门经理";
运行没有成功。我在流程里用alert和console都不管用。怎么能调试一下呢?因为我这句话this.org.listDutyNameWithIdentity( this.workContext.getWork().creatorIdentityDn )放在表单里试了,能选出职务的。 |
|