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

Flow name not correctly updated in Job-page #16

Open
StefEOM opened this issue Jan 28, 2019 · 2 comments
Open

Flow name not correctly updated in Job-page #16

StefEOM opened this issue Jan 28, 2019 · 2 comments

Comments

@StefEOM
Copy link

StefEOM commented Jan 28, 2019

It seems like the DiMon Job-page is not correctly updated when performing a name change of the flow.
When renaming a certain flow in Management console, the name is also updated in the DiMon mainpage, as it should be.

However, when drill down in the flow name to get an overview of the included jobs, the title of the flow in the upper part of the webpage is not updated
(the line: Flowes for &date >> Flowname (Flow Run ID 100/1)

@bheinsius
Copy link
Collaborator

can you share your fix?

@StefEOM
Copy link
Author

StefEOM commented Jan 28, 2019

In Stored Processes\dimonJobs make an addition (around line 1335 of the code) to make sure the job-page will check whether or not this is the current name for the flow id (instead of the initial name of the flow):
image
In text, the line should look like this:
where FLOW_JOB_ID like "%qcmpres(&flow_job_id)%" and current_ind='Y';

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants