-
Notifications
You must be signed in to change notification settings - Fork 0
Workflows
bartoszWesolowski edited this page Apr 28, 2020
·
4 revisions
- 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):
- First step of workflow is executed
- Workflow engine determines which step to run next (based on workflow model)
- Next step is executed
- After all steps were executed workflow instance ends and is archived.