• Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
Exit
0

Can scheduled tasks be set up using a Java Object?

New Here ,
Jan 10, 2008 Jan 10, 2008

Copy link to clipboard

Copied

I need to run a script that will create a scheduled task in the Coldfusion Administrator CF8. I have used a Java Object to register a custom tag and I am wondering if you can do the same thing with a scheduled task.
TOPICS
Advanced techniques

Views

305

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines

correct answers 1 Correct answer

Engaged , Jan 10, 2008 Jan 10, 2008
No special java class/object is needed actually. ColdFusion offers a built-in tag for this, <cfschedule>.

Read more here:
http://livedocs.adobe.com/coldfusion/8/Tags_r-s_11.html

Votes

Translate

Translate
Engaged ,
Jan 10, 2008 Jan 10, 2008

Copy link to clipboard

Copied

No special java class/object is needed actually. ColdFusion offers a built-in tag for this, <cfschedule>.

Read more here:
http://livedocs.adobe.com/coldfusion/8/Tags_r-s_11.html

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Jan 14, 2008 Jan 14, 2008

Copy link to clipboard

Copied

LATEST
Works perfectly! Thanks

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Resources
Documentation