Skip to content

Commit

Permalink
Merge pull request #254 from orkes-io/add-update-task
Browse files Browse the repository at this point in the history
Add new task type called UPDATE_TASK
  • Loading branch information
boney9 authored Dec 19, 2023
2 parents cab9bb1 + faeecb4 commit ee7e75e
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ public enum TaskType {
KAFKA_PUBLISH,
JSON_JQ_TRANSFORM,
UPDATE_SECRET,
UPDATE_TASK,
JUMP,
SET_VARIABLE;

Expand Down Expand Up @@ -72,6 +73,7 @@ public enum TaskType {
public static final String TASK_TYPE_JSON_JQ_TRANSFORM = "JSON_JQ_TRANSFORM";
public static final String TASK_TYPE_SET_VARIABLE = "SET_VARIABLE";
public static final String TASK_TYPE_UPDATE_SECRET = "UPDATE_SECRET";
public static final String TASK_TYPE_UPDATE_TASK = "UPDATE_TASK";

public static final String TASK_TYPE_FORK = "FORK";

Expand Down

0 comments on commit ee7e75e

Please sign in to comment.