Set multiple timers and can set parameters for timers #10195
wangbowen1024
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have a scenario where a workflow definition has two parameters, one time parameter and one other fixed value parameter.
Perform this task twice a day, running yesterday's task (
day=$[yyyyMMdd-1]
) at 7am and today's task (day=$[yyyyMMdd]
)at 9am. They perform exactly the same workflow definition.Only one timer can be set, and no parameter can be set. You can add two or more workflow definitions and set them respectively. Can you add more than one timer to a process definition, and start parameters can be set for each timer, and each timer has its own name for subsequent maintenance
我有一个场景:一个工作流定义有2个参数,一个是时间参数,一个是一个其他固定值参数。
每天执行这个任务2次,早上7点跑昨天的任务 (
day=$[yyyyMMdd-1]
),早上9点跑当天的任务 (day=$[yyyyMMdd]
)。他们执行的工作流定义完全一样。当前定时器只能设置一个,且不能设置参数,只能添加2个或者多个工作流定义后分别设置。是否可以对一个流程定义添加多个定时器,且针对每个定时器可以设置启动参数,同时每个定时器还拥有自己的名字以便于后续维护
Beta Was this translation helpful? Give feedback.
All reactions