Adobe Campaign Classic Scheduler | Community
Skip to main content
Level 2
November 5, 2020
Solved

Adobe Campaign Classic Scheduler

  • November 5, 2020
  • 3 replies
  • 1834 views

Hello Team,

 

I need to trigger a workflow for weekdays at 8:45 AM and everyday 10:45 am & 1:45 pm. Can you please suggest me how to configure this in Scheduler activity.

 

Thanks in advance. 

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by Darren_Bowers

Hi @kumarg - its not recommended by Adobe, but you can use multiple schedulers in your workflow and schedule the three different schedules separately.

Probably a better way to do it would be to have 3 separate "start" workflows and a main workflow. Each of the start workflows have a scheduler that executes on one of your schedules and some Javascript to fire an event call to kick off the "main" workflow which has an External Signal as the start point.

The Javascript in each scheduler would look something like

xtk.workflow.PostEvent("yourMainWorkflowInternalName", "signal", "",<variables />, false);

 There are lots of ways to achieve this

Cheers

Darren

3 replies

Darren_Bowers
Darren_BowersAccepted solution
Level 9
November 5, 2020

Hi @kumarg - its not recommended by Adobe, but you can use multiple schedulers in your workflow and schedule the three different schedules separately.

Probably a better way to do it would be to have 3 separate "start" workflows and a main workflow. Each of the start workflows have a scheduler that executes on one of your schedules and some Javascript to fire an event call to kick off the "main" workflow which has an External Signal as the start point.

The Javascript in each scheduler would look something like

xtk.workflow.PostEvent("yourMainWorkflowInternalName", "signal", "",<variables />, false);

 There are lots of ways to achieve this

Cheers

Darren

DavidKangni
Community Advisor
Community Advisor
November 5, 2020

Hi @kumarg 

You will need two  schedulers in your workflow.

Thanks,

David

 

David Kangni
Sukrity_Wadhwa
Community Manager
Community Manager
November 11, 2020

Hi @kumarg,

Were you able to resolve this query with any of the given solutions? Please let us know.

Thanks!

Sukrity Wadhwa