Skip to content
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

Support Polyflow 4.1.6 #321

Open
zambrovski opened this issue Jun 12, 2024 · 1 comment
Open

Support Polyflow 4.1.6 #321

zambrovski opened this issue Jun 12, 2024 · 1 comment
Assignees
Labels
Type: bug Something isn't working
Milestone

Comments

@zambrovski
Copy link
Member

The View JPA provides a new view for payload resolution of tasks and correlated data entries.

Please provide scripts for the view creation.

@zambrovski zambrovski self-assigned this Jun 12, 2024
@zambrovski zambrovski added Type: bug Something isn't working help wanted Extra attention is needed labels Jun 12, 2024
@zambrovski zambrovski added this to the 4.1.0 milestone Jun 12, 2024
@S-Tim
Copy link
Contributor

S-Tim commented Jun 13, 2024

We documented the statement to create the view in the documentation of the JPA View.

create view PLF_VIEW_TASK_AND_DATA_ENTRY_PAYLOAD as
((select pc.TASK_ID, dea.PATH, dea.VALUE
 from PLF_TASK_CORRELATIONS pc
          join PLF_DATA_ENTRY_PAYLOAD_ATTRIBUTES dea on pc.ENTRY_ID = dea.ENTRY_ID and pc.ENTRY_TYPE = dea.ENTRY_TYPE)
union
select * from PLF_TASK_PAYLOAD_ATTRIBUTES);

@zambrovski zambrovski removed the help wanted Extra attention is needed label Jun 13, 2024
p-wunderlich added a commit that referenced this issue Jun 17, 2024
p-wunderlich added a commit that referenced this issue Jul 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants