How to automatically trigger Collibra workflow based on predefined schedule?
I’m looking for a way to automatically trigger a workflow based on a predefined schedule (CRON). The workflow will update assets based on predefined criteria. Is there an example available out there that I can use for a reference?
Thank you,
Peter Vilim | Collibra Ranger
Peter Vilim
Posted 5 years ago · Edited 1 year ago·Last reply 5 years ago
3 comments
Ronald Schaareman
·5 years ago · EditedHi @peter.vilim,
Please check the following blog:
Collibra Bytes #1: Scheduling a Workflow Using TimerStartEvent - Not the new oil
Most of the time, you want your workflows to be triggered manually by a user. In this case, you can use a regular StartEvent. However, sometimes you want to schedule a workflow and have it start without manual intervention. To do so, you can use a...
Est. reading time: 2 minutes
(thanks to @bart.vanderlocht)
It explains well how to encapsulate the workflow trigger event.
Hope this helps.
Kind regards, Ronald
Ronald Schaareman
·5 years ago · EditedHi @peter.vilim,
Please check the following blog:
Collibra Bytes #1: Scheduling a Workflow Using TimerStartEvent - Not the new oil
Most of the time, you want your workflows to be triggered manually by a user. In this case, you can use a regular StartEvent. However, sometimes you want to schedule a workflow and have it start without manual intervention. To do so, you can use a...
Est. reading time: 2 minutes
(thanks to @bart.vanderlocht)
It explains well how to encapsulate the workflow trigger event.
Hope this helps.
Kind regards, Ronald
Peter Vilim
OP5 years ago · EditedHI @ronald.schaareman.ing.com - thank you for sharing the blog post, I’ll give it a try.
Peter Vilim
Collibra Ranger