Does Appian support @Version JPA Annotation?

Does Appian support @Version JPA Annotation . If yes, which locking strategies it follows Optimistic or Pessimistic.
I am trying to lock my table but it’s not working.
Attached XSD
...

Ver.xsd

OriginalPostID-115265

OriginalPostID-115265

  Discussion posts and replies are publicly visible

Parents
  • No, the node will pause by exception and the activity chaining will break by design. What you could do is to add a "success" node output to the node and set a timer that will get kicked off in parallel, after X minutes the timer can trigger and check the value of that "success" variable; if still false then send an email or assign a task, etc otherwise do nothing. It may not be precisely what you describe but with some creativity can still be more useful than pausing by exception .
Reply
  • No, the node will pause by exception and the activity chaining will break by design. What you could do is to add a "success" node output to the node and set a timer that will get kicked off in parallel, after X minutes the timer can trigger and check the value of that "success" variable; if still false then send an email or assign a task, etc otherwise do nothing. It may not be precisely what you describe but with some creativity can still be more useful than pausing by exception .
Children
No Data