Skip to content

0.8.0

Compare
Choose a tag to compare
@jens-kuerten jens-kuerten released this 07 Aug 13:08
· 37 commits to main since this release

Features:

  • New "Release Check" events for Documents, Parts and Engineering Changes, which are triggered before an object is released and allow the release to be aborted by returning an Action.

  • Actions can be returned by a Function to perform actions in CIM Database in response to an event. The first new Action AbortAndShowErrorAction can be used to abort the current operation in CIM Database, e.g. to abort a release process if certain conditions are not met.