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