feat:任务执行算例初始化流程节点/启动流程实例/查询流程节点

This commit is contained in:
2025-11-28 18:09:56 +08:00
parent 4d8497c366
commit 6bc4c7401e
30 changed files with 655 additions and 87 deletions

View File

@@ -76,6 +76,14 @@ spring:
- StripPrefix=2
metadata:
group: DEV_GROUP # 指定目标服务的分组
- id: flowable-service
uri: lb://flowable
predicates:
- Path=/simulation/flowable/**
filters:
- StripPrefix=2
metadata:
group: LOCAL_GROUP # 指定目标服务的分组
discovery:
locator:
enabled: true

View File

@@ -76,6 +76,14 @@ spring:
- StripPrefix=2
metadata:
group: LOCAL_GROUP # 指定目标服务的分组
- id: flowable-service
uri: lb://flowable
predicates:
- Path=/simulation/flowable/**
filters:
- StripPrefix=2
metadata:
group: LOCAL_GROUP # 指定目标服务的分组
discovery:
locator:
enabled: true

View File

@@ -76,6 +76,14 @@ spring:
- StripPrefix=2
metadata:
group: PROD_GROUP # 指定目标服务的分组
- id: flowable-service
uri: lb://flowable
predicates:
- Path=/simulation/flowable/**
filters:
- StripPrefix=2
metadata:
group: LOCAL_GROUP # 指定目标服务的分组
discovery:
locator:
enabled: true