I am needing to create a D2 Job to query objects based on last reviewed date and start workflow for each when expired.
Anyone have method code example to do this via a Doumentum method server job specifically for D2?
If there are Accepted Answers, those will be shown by default. You can switch to 'All Replies' by selecting the tab below.
You don't need to write a custom job.
Consider using D2 LifecycleBatch and do it via D2 configuration.
See attached.
-Andy
PERFECT! Thank you!!