Yes, I have a trigger that starts once a callback is scheduled by an agent. I need the workflow later on to wait until the callbackScheduledTime is reached. The trigger delivers the callbackScheduledTime in epoch time. I did the following and it works now. integer variable Flow.tageSeitEpoch = ToInt(DateTimeDiff(GetCurrentDateTimeUtc(), MakeDateTime(1970, 1, 1, 0, 0, 0))), integer variable Flow.warten = Flow.callbackScheduledTime - Flow.tageSeitEpoch, wait action = MakeDuration(0,0,0,0,Flow.warten)
------------------------------
Thomas Repking
CS
------------------------------
Original Message:
Sent: 01-15-2026 09:14
From: Saugort Dario Garcia
Subject: configure a workflow so that it waits until a specific time
Hi @Thomas Repking,
Could you expand a little more your case? You need to trigger a workflow when a scheduled callback is reached?
------------------------------
Saugort Dario Garcia
Arquitecto de soluciones
------------------------------