Querying for Execution Schedule in Workflow Schema | Community
Skip to main content
New Participant
February 4, 2025
Solved

Querying for Execution Schedule in Workflow Schema

  • February 4, 2025
  • 1 reply
  • 400 views

Hello, we are gathering data on all workflows in our Adobe Campaign instance and wish to include the execution schedule for workflows which have a "scheduler" activity, e.g. "Triggering at 9:00:00 AM, Daily". Please see attached screenshot. We have been unable to identify a field in the workflow activities schema that provides this string which is shown in the "scheduler" activity. 

Best answer by DavidKangni

Hi @skylerqu1 

 

You can find the details under [activities/schedule/period]

 

It's a XMLData you need to parse 

 

Thanks,

David

 

1 reply

DavidKangni
DavidKangniAccepted solution
New Participant
February 4, 2025

Hi @skylerqu1 

 

You can find the details under [activities/schedule/period]

 

It's a XMLData you need to parse 

 

Thanks,

David

 

David Kangni