| Recommend this page to a friend! |
| Classes of ASCOOS CMS | Ascoos OS | examples/case-studies/automation/macros/macro_workflow_engine.md | Download |
| |||||||||||||||||||||
Macro-Based Workflow EngineThis case study demonstrates how Ascoos OS executes macro-based workflows using FIFO logic, with support for delay, priority, logging, and serial execution. It is ideal for automation pipelines and DevOps orchestration. PurposeThis example uses the following Ascoos OS classes: - TMacroHandler: Manages macros in a queue with delay and priority. - TLoggerHandler: Logs macro execution results. StructureThe case study is implemented in a single PHP file: - Prerequisites
Getting Started
Example Usage Expected OutputThe script executes macros in order of priority and delay. Example output: ResourcesContributingWant to contribute to this case study? Fork the repository, modify or extend LicenseThis case study is licensed under the Ascoos General License (AGL). See LICENSE. |