Expand my Community achievements bar.

Submissions are now open for the 2026 Adobe Experience Maker Awards

Adobe Campaign Classic V8 - Get a workflow execution time.

Avatar

Level 1

Hi Team,

I'd like to know how we can have details below (only for scheduled workflows):

  • Workflow start date - Can we consider Last Processing time from xtk:workflow schema [As we don't have any direct attribute for the same]
  • Workflow end date - Can we consider the 'last modified date'.
  • A workflow execution time.

 

2 Replies

Avatar

Community Advisor

Hi @bsm11 

 

Yes, we can consider the @processDate as Last execution start time of the workflow , however the @lastModified field would be impacted if any manual changes are made to the workflow and it would get Updated.

 

In order to get the workflow execution time, we can consider the logs from the "xtk:workflowLog" schema, which gives us the actual start time and run time of the workflows.

 

Regards,

Pravallika, 

Avatar

Level 1

Thanks for a quick reply, Lakshmi. Helpful.

I do agree with @lastModified date.

But, regarding start and end, you was trying to say, we can use "Message" column from "xtk:workflowLog" schema, as there was no other relevent attribute/fields are available. Please confirm.

Regards,

Broja