设置参数时出现问题
Issue while setting the parameter
我需要为我的流程设置流程执行参数,我尝试如下,
studentFlowURL.setParameter("execution","${flowExecutionKey}");
显示以下异常,
Badly formatted flow execution key '${flowExecutionKey}', the expected format is 'e<executionId>s<snapshotId>'
关于如何将 ${flowExecutionKey} 的值作为字符串传递给执行属性的任何建议
我不确定你在做什么,但请尝试使用:
${flowExecutionContext.key}
我需要为我的流程设置流程执行参数,我尝试如下,
studentFlowURL.setParameter("execution","${flowExecutionKey}");
显示以下异常,
Badly formatted flow execution key '${flowExecutionKey}', the expected format is 'e<executionId>s<snapshotId>'
关于如何将 ${flowExecutionKey} 的值作为字符串传递给执行属性的任何建议
我不确定你在做什么,但请尝试使用:
${flowExecutionContext.key}