Skip to content

Commit

Permalink
Kettle import replace in content for Javascript and UJDC apache#4340
Browse files Browse the repository at this point in the history
  • Loading branch information
nadment committed Sep 23, 2024
1 parent e9ea54d commit 18c30ae
Showing 1 changed file with 11 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -209,6 +209,17 @@ public class KettleConst {
"SWITCH_CASE_TARGET.CASE_TARGET_TRANSFORM_NAME"
}, // switchcase
{"DEFAULT_TARGET_STEP_NAME", "DEFAULT_TARGET_TRANSFORM_NAME"}, // switchcase
// Javascript
{"trans_Status", "pipeline_Status"},
{"CONTINUE_TRANSFORMATION", "CONTINUE_PIPELINE"},
{"SKIP_TRANSFORMATION", "SKIP_PIPELINE"},
{"ERROR_TRANSFORMATION", "ERROR_PIPELINE"},
{"ABORT_TRANSFORMATION", "ABORT_PIPELINE"},
// UJDC
{
"processRow(StepMetaInterface smi, StepDataInterface sdi) throws KettleException",
"processRow() throws HopException"
},
{"CURRENT_JOB", "CURRENT_WORKFLOW"}, // set variable
{"PARENT_JOB", "PARENT_WORKFLOW"}, // set variable
{"ROOT_JOB", "ROOT_WORKFLOW"} // set variable
Expand Down

0 comments on commit 18c30ae

Please sign in to comment.