latestActivityTaskTimestamp property

DateTime? latestActivityTaskTimestamp
final

The time when the last activity task was scheduled for this workflow execution. You can use this information to determine if the workflow has not made progress for an unusually long period of time and might require a corrective action.

Implementation

final DateTime? latestActivityTaskTimestamp;