如何通过参数获取Camunda modeler上的cron?

发布于 2025-01-09 06:15:37 字数 429 浏览 0 评论 0原文

我有一个使用 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: {

enter image description here

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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

百善笑为先 2025-01-16 06:15:37

我认为您刚刚错过了 $

例如 ${cronProperty}

I think you just missed the $,

Like ${cronProperty}

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文