-
Notifications
You must be signed in to change notification settings - Fork 209
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
[incubator-kie-issues-1551] Deadlines for Human Task #3752
base: main
Are you sure you want to change the base?
Conversation
cad1420
to
50eee02
Compare
3990f81
to
e54cf30
Compare
e54cf30
to
0e32626
Compare
5911a4e
to
63fe004
Compare
|
||
|
||
|
||
/* |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Duplicated header
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
removed
|
||
|
||
create table jbpm_user_tasks_reassignment_timer ( | ||
task_id varchar(50) not null, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Would you mind align the column types?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
aligned
@@ -29,7 +36,6 @@ | |||
}) | |||
@AssociationOverride(name = "taskInstance", | |||
joinColumns = @JoinColumn(name = "task_id", foreignKey = @ForeignKey(name = "jbpm_user_tasks_outputs_tid"))) | |||
@IdClass(TaskDataEntityPK.class) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think here we need:
@IdClass(TaskNamedDataEntityPK.class)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
removed
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Some IT tests need to be fixed
Approved when green
Closes: apache/incubator-kie-issues#1551