pub async fn execute_workflow_by_id( core: &Arc<AppCore>, workflow_id: &str, input: Value, ) -> Result<Value>