trigger workflow on event login
Hi all,
is it possible to start a workflow on event “login”.
Use Case: a workflow should be triggered when a users login into collibra.
Currently I only see the workaround to start a long running workflow each day. Within that workflow using a loop the required logic is implemented.
Thanks and kind regards
Artur Eigenseher
Posted 2 years ago · Edited 1 year ago·Last reply 1 year ago
2 comments
sergiovilla
·1 year ago · EditedHi @artureigenseher, Were you able to solve it and could you share how you solved it?
Artur Eigenseher
OP1 year agoHi @sergiovilla:
collibra still does not support a start event for "user login".
I used mentioned workaround: workflow uses a "Timer start event" with "Timer properties" set to "cycle: R/PT3S".
With that configuration, the workflow starts every 3 seconds.
The workflow itself finishes execution in less then 3 seconds.