There is also this snippet in the docs: const star...
# 💻developers
g
There is also this snippet in the docs: const startDate = luxon.fromISO(workflow.startDate) // convert the startDate string to a luxon DateTime object This seems to be incorrect.