Is the Execution Schedule string stored in ACC tables? | Community
Skip to main content
Level 2
February 26, 2024
Question

Is the Execution Schedule string stored in ACC tables?

  • February 26, 2024
  • 1 reply
  • 573 views

Hi Team,

 

I would like to fetch the Execution Schedule string in a variable (Please refer highlighted box).

Q1. Is the above highlighted string stored in the ACC table? If not, how can I fetch the exact string as my output field?

Q2. I see a field in the xtk:workflow data schema with path [activities/schedule/period] that stores the schedule. But it is a different format. Is there a way to format it to a string?

 

Thank you in advance.

 

Kind Regards,

Anushka RK

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

1 reply

Level 3
February 26, 2024

Hi @anushka_rk ,

You can use the last execution (@processingDate) field from xtk:workflowTask, which contains the last execution of specific activities (including Scheduler) in datetime format.

 

Regards
Vishal

Level 2
February 27, 2024

Hi @vt0509,

 

Thank you for your response.

The last execution (@processingDate) field from xtk:workflowTask will only provide the past occurrence details. However, in this case, I would like to know the schedule configuration for future triggers.

 

Kind Regards,

Anushka RK