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
Original Message:
Sent: 01-14-2026 05:50
From: Thomas Repking
Subject: configure a workflow so that it waits until a specific time
Hi,
I want to configure a workflow so that it waits until a specific time. I get the callbackScheduledTime in string format, e.g., "2026-01-14T09:32:00Z." Can I use the wait expression in the workflow so that the workflow waits until this time? If so, how?
Viele Grüße,
Thomas Repking
#Architect
------------------------------
Thomas Repking
CS
------------------------------