Skip to content

Workflows

bartoszWesolowski edited this page Apr 28, 2020 · 4 revisions

Workflows

  • Implement bushiness processes
  • Performed desired action on assets and pages (workflow payload) - for example creating asset rendition
  • Each workflow consist of multiple steps executed after each other

Workflow execution - workflow instance is created and running (workflow was started):

  1. First step of workflow is executed
  2. Workflow engine determines which step to run next (based on workflow model)
  3. Next step is executed
  4. After all steps were executed workflow instance ends and is archived.

Clone this wiki locally