Skip to content

[NAE-1984] Task reload overwritten in action context updates #278

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 4 commits into
base: release/6.4.0
Choose a base branch
from
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
[NAE-1984] Auto trigger tasks overwrites action context
- removed unused
  • Loading branch information
renczesnetgrif committed Dec 9, 2024
commit ba6af5836a3710bbc88857a7986f97961a13aaea
Original file line number Diff line number Diff line change
@@ -1,12 +1,10 @@
package com.netgrif.application.engine.workflow.domain;

import lombok.Builder;
import lombok.Data;

import java.io.Serializable;

@Data
@Builder
public class TaskPair implements Serializable {

private static final long serialVersionUID = -3865322078419904394L;
Expand Down