The updated Gawati Workflow 1.0.5 encapsulates document actions as callable actions, which allow more separation of workflow business logic from code .
Currently workflow states are checked and some custom code is invoked in editor-fe. Such checks can and should be removed, since they hard code behavior based on workflow states (which are purely configuration) into code.
The updated Gawati Workflow 1.0.5 encapsulates document actions as callable actions, which allow more separation of workflow business logic from code . Currently workflow states are checked and some custom code is invoked in editor-fe. Such checks can and should be removed, since they hard code behavior based on workflow states (which are purely configuration) into code.