Can I immediately cancel all TaskInstanceIds not in my list or select all TaskInstanceIds from database? #416
-
Hello Kagkarlsson and community, please, can I immediately cancel all task instance Ids except that I have in my input list? I would like to have a clean log. I know not longer supported task instances from customer list, which I use like my program input. So for this purpose it would be enough and may be better when Scheduler provides all task instance Ids from the database (something like this: select task_name, task_instance from $tableName order by execution_time asc)? Your sincerely |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
TBH I am not sure I understand the question here You can already fetch scheduled executions using |
Beta Was this translation helpful? Give feedback.
TBH I am not sure I understand the question here
You can already fetch scheduled executions using
scheduler.getScheduledExecutions(...)