mldong/jeeflow-core/engine does not have a README file
fn[R : ProcessRepository, E : ProcessExtRepository] Engine::context(self : Engine[R, E]) -> Ctx[R, E]async fn[R : ProcessRepository, E : ProcessExtRepository] Engine::execute_and_jump_async(self : Engine[R, E], task_id : Int64, operator : String, args : FlowData, target_name : String?) -> Array[ProcessTask] raise JeeflowErrorasync fn[R : ProcessRepository, E : ProcessExtRepository] Engine::execute_and_jump_to_end_async(self : Engine[R, E], task_id : Int64, operator : String, args : FlowData) -> Array[ProcessTask] raise JeeflowErrorasync fn[R : ProcessRepository, E : ProcessExtRepository] Engine::execute_and_jump_to_first_async(self : Engine[R, E], task_id : Int64, operator : String, args : FlowData) -> Array[ProcessTask] raise JeeflowErrorasync fn[R : ProcessRepository, E : ProcessExtRepository] Engine::execute_task_async(self : Engine[R, E], task_id : Int64, operator : String, args : FlowData) -> Array[ProcessTask] raise JeeflowErrorfn[R : ProcessRepository, E : ProcessExtRepository] Engine::notify_cc_create(self : Engine[R, E], instance_id : Int64, cc_actors : Array[String]) -> Unitasync fn[R : ProcessRepository, E : ProcessExtRepository] Engine::start_async(self : Engine[R, E], define_id : Int64, operator : String, args : FlowData) -> ProcessInstance raise JeeflowErrorasync fn[R : ProcessRepository, E : ProcessExtRepository] Engine::start_with_parent_async(self : Engine[R, E], define_id : Int64, operator : String, args : FlowData, parent_id : Int64, parent_node_name : String) -> ProcessInstance raise JeeflowErrorInstall
Download zipjeeflow workflow engine core (MoonBit port, zero registry deps)
Dependencies