Skip to content

Commit

Permalink
change processor type name
Browse files Browse the repository at this point in the history
Signed-off-by: Jackie Han <[email protected]>
  • Loading branch information
jackiehanyang committed Feb 1, 2024
1 parent 0b56564 commit 154c318
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ public class FlowFrameworkResponseProcessor extends AbstractProcessor implements
private final Logger logger = LogManager.getLogger(FlowFrameworkResponseProcessor.class);


public static final String TYPE = "rank_search_result";
public static final String TYPE = "flow_framework_response_processor";

private final String workflowId;

Expand Down

0 comments on commit 154c318

Please sign in to comment.