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

[CoE Starter Kit - BUG] DLP Impact Analyses Flow fails on creating Tasks with long names #9266

Open
1 task done
AMSoftwareNL opened this issue Nov 15, 2024 · 1 comment
Open
1 task done
Labels
bug Something isn't working coe-starter-kit CoE Starter Kit issues

Comments

@AMSoftwareNL
Copy link

Does this bug already exist in our backlog?

  • I have checked and confirm this is a new bug.

Describe the issue

Length of the name column in the table 'DLP Impact Analyses' is set to 100.
Creation of DLP Impact Analysis task record fails if Flow Name is longer than 100 characters.

The 'inputs.parameters' of workflow operation 'Add_impacted_flow_to_table' of type 'OpenApiConnection' is not valid. Error details: The API operation 'CreateRecord' requires the property 'item/admin_name' to be a string of maximum length '100' but is of length '174'.

Expected Behavior

Flow name fits in the field or is truncate if needed.

Expand field length to 250 and/or truncate Flow name if longer than field length

What solution are you experiencing the issue with?

Core

What solution version are you using?

4.45

What app or flow are you having the issue with?

DLP Editor>Parse impacted resources into CSV

What method are you using to get inventory and telemetry?

Cloud flows

Steps To Reproduce

Have a flow with a name longer than 100 characters.
Run DLP impact analyses with export to task list which includes this flow.
Task is not created and error in flow with

The 'inputs.parameters' of workflow operation 'Add_impacted_flow_to_table' of type 'OpenApiConnection' is not valid. Error details: The API operation 'CreateRecord' requires the property 'item/admin_name' to be a string of maximum length '100' but is of length '174'.

Anything else?

No response

@AMSoftwareNL AMSoftwareNL added bug Something isn't working coe-starter-kit CoE Starter Kit issues labels Nov 15, 2024
@Jenefer-Monroe
Copy link
Collaborator

Thank you for posting, will investigate for an upcoming release.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working coe-starter-kit CoE Starter Kit issues
Projects
Status: No status
Development

No branches or pull requests

2 participants