diff --git a/suite-developer/MEMORY.md b/suite-developer/MEMORY.md index c0ae88e..bd657ea 100644 --- a/suite-developer/MEMORY.md +++ b/suite-developer/MEMORY.md @@ -36,6 +36,7 @@ base_image: gis-base:latest steps: - id: step1 name: 步骤1 + type: python script_id: run params: input: $params.input_path @@ -53,8 +54,10 @@ steps: ```yaml steps: - id: step1 + type: python script_id: analyze - id: step2 + type: python script_id: report depends_on: [step1] # step2 等 step1 完成后才执行 ```