Join Slack
Powered by
Is it possible to export / import scheduled tasks?...
# cfml-general
b
bfescoe
04/06/2023, 7:17 PM
Is it possible to export / import scheduled tasks? I have been using cfconfig but it is not including STs.
b
bdw429s
04/06/2023, 10:08 PM
@bfescoe
CFConfig does support scheduled tasks for Lucee and Adobe. Can you clarify what you mean when you say it's not including it
bdw429s
04/06/2023, 10:08 PM
Chances are, you are trying to export the server context, but scheduled tasks lives in the web context
bdw429s
04/06/2023, 10:09 PM
Use
Copy code
cfconfig show fromFormat=luceeWeb
and you should see them
b
bfescoe
04/06/2023, 10:50 PM
@bdw429s
thanks again brad. Yeah when I exported it must have been the server config. that makes sense
Open in Slack
Previous
Next