kstry / kstry-core

Kstry是可视化、流程编排、并发、模块化、组件化、业务隔离、微服务整合、服务化、领域驱动等相关框架,业务架构设计必备 项目主页:http://kstry.cn Kstry is visualization, process orchestration, concurrency, modularization, componentization, business isolation, microservice integration, servitization, domain-driven and other related frameworks, business architecture design must Project home page: http://kstry.cn
http://kstry.cn
Apache License 2.0
188 stars 34 forks source link

请问流程节点是否支持Groovy、Python等脚本? #9

Open langai1021 opened 7 months ago

langai1021 commented 7 months ago

请问流程节点是否支持Groovy、Python等脚本?

kstry commented 7 months ago

可以参考js脚本支持逻辑自己实现需要语言的脚本节点

http://kstry.cn/doc/specification/process_choreography.html#_2-9-%E8%87%AA%E5%AE%9A%E4%B9%89%E6%8C%87%E4%BB%A4

http://kstry.cn/doc/specification/process_choreography.html#_2-10-%E8%84%9A%E6%9C%AC%E6%8C%87%E4%BB%A4

langai1021 commented 7 months ago

非常感谢,我们可能还有需求,比如有些流程节点需要人审,所以流程需要中断下来,只有相关人员审核通过后,流程才能继续往下走,请问咱们的项目是否支持?