Skip to content

Commit 1e04a47

Browse files
committed
Modify execution parameter variables.
1 parent 5a6030b commit 1e04a47

File tree

1 file changed

+1
-1
lines changed
  • dss-orchestrator/orchestrators/dss-workflow/dss-flow-execution-server/src/main/java/com/webank/wedatasphere/dss/flow/execution/entrance/restful

1 file changed

+1
-1
lines changed

dss-orchestrator/orchestrators/dss-workflow/dss-flow-execution-server/src/main/java/com/webank/wedatasphere/dss/flow/execution/entrance/restful/FlowEntranceRestfulApi.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ public Message execute(HttpServletRequest req, @RequestBody Map<String, Object>
7474
// try{
7575
logger.info("Begin to get an execID");
7676
DSSWorkspace workspace = SSOHelper.getWorkspace(req);
77-
json.put(TaskConstant.UMUSER, SecurityFilter.getLoginUsername(req));
77+
json.put(TaskConstant.EXECUTE_USER, SecurityFilter.getLoginUsername(req));
7878
Map<String, Object> params = (Map<String, Object>) json.get("params");
7979
params.put("workspace", workspace);
8080
String label = ((Map<String, Object>) json.get(DSSCommonUtils.DSS_LABELS_KEY)).get("route").toString();

0 commit comments

Comments
 (0)