我需要将流执行参数设置为我的流,我尝试了如下,
studentFlowURL.setParameter("execution","${flowExecutionKey}");
它显示了以下异常,
Badly formatted flow execution key '${flowExecutionKey}', the expected format is 'e<executionId>s<snapshotId>'
任何建议如何将${flowExecutionKey}的值作为字符串传递给执行属性
发布于 2016-04-20 12:09:14
我不知道你在做什么,但试着用以下方法:
${flowExecutionContext.key}
https://stackoverflow.com/questions/36735270
复制相似问题