Skip to content

Latest commit

 

History

History
11 lines (6 loc) · 383 Bytes

chapter5_1.md

File metadata and controls

11 lines (6 loc) · 383 Bytes

Workflow

That defines the workflow when either save or update an entity. As show the picture bellow. These events are useful when you, eg., want to validate data before be saved.

The Workflow has specializations:

  • ColumnWorkflow: to column family persistence.

  • DocumentWorkflow: to document collection persistence.

  • KeyValueWorkflow: to key-value persistence.