如何通过参数获取Camunda modeler上的cron?
我有一个使用 Camunda 建模器建模的流程,当我使用像 {cronProperty} 这样的属性放置计时器定义时,当我尝试在 Cockpit 上部署时,出现以下错误:
Deployment failed :
ENGINE-09026 Exception while parsing cron expression '{cronProperty}': Unexpected character: {
有一个如何输入“0 0 * * * ?”作为属性而不是硬编码?我需要在环境的基础上定义 cron
I have a process modeled with Camunda modeler, when i put a Timer Definition with a property like {cronProperty} i get the following error when i try to deploy on Cockpit:
Deployment failed :
ENGINE-09026 Exception while parsing cron expression '{cronProperty}': Unexpected character: {
There is a way to put "0 0 * * * ?" as a property instead of hardcode? I need to define the cron in base of the environment
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我认为您刚刚错过了
$
,例如
${cronProperty}
I think you just missed the
$
,Like
${cronProperty}