Previous Topic

Book Contents

Book Index

Next Topic

Calling Workflows on Certain Events

API starts defined workflows automatically on certain events made through the API:

  • Create event workflow is called after creation of the object and before returning from one of createBO methods.
  • DeepCopy event workflow is called just after copying the object and before returning from the deepCopy method.
  • Save event wfl is called just after validation, if successful, and before committing the transaction.

See Also

Working in Transactions

Creating Transactions

Registering Objects to Transactions

Working with Objects in Transactions

Getting Transactions

Committing Transactions

Undoing Changes and Aborting Transactions

Propagating Changes