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.
当我更改地址栏中的执行参数值时,我收到 grails“BadlyFormattedFlowExecutionKeyException”异常!有谁知道如何处理此类异常?
干杯!
我有同样的问题。经过大量谷歌搜索后,我为每个流程制作了一个过滤器。并且在“之前”关闭中,我读取了 params.execution,如果 params.execution 不为空,我使用 getFlowStateName 函数测试状态:
从过滤器访问流状态名称
如果是无效状态(函数返回 null),我将重定向到流程的开头(重定向控制器:'xx',动作:'yy')。
最好的祝福!