Skip to content

Commit 1dbf58b

Browse files
committed
fix script
1 parent 16f7018 commit 1dbf58b

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

flow-engine-framework/src/main/java/com/codingapi/flow/script/ScriptDefaultConstants.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ public class ScriptDefaultConstants {
1010
*/
1111
public static final String SCRIPT_DEFAULT_ACTION_CUSTOM = """
1212
// @SCRIPT_TITLE 默认条件 触发通过
13+
// @SCRIPT_META {"trigger":"PASS"}
1314
def run(request){
1415
return 'PASS';
1516
}

0 commit comments

Comments
 (0)