Expand my Community achievements bar.

Is the Execution Schedule string stored in ACC tables?

Avatar

Level 2

Hi Team,

 

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

Execution Schedule - Scheduler Activity.png

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

2 Replies

Avatar

Level 3

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

Avatar

Level 2

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