# flow **Repository Path**: engino/flow ## Basic Information - **Project Name**: flow - **Description**: 一个使用 Golang 编写的简单的流程引擎。 - **Primary Language**: Go - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2019-12-22 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README Flow ========== A process engine written in Golang. Plan ---------- - [x] Process execution framework (continue/step/run/terminate) - [x] Sample implementation of process with assignments and decisions - [ ] Expression parsing and execution - [ ] Process Pending & continue (wait for events/user interactions) - [ ] Parallel/concurrent execution inside process (multi-thread?)