-
Notifications
You must be signed in to change notification settings - Fork 29
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
fix(orchestrator): pass businessKey for assessments #80
fix(orchestrator): pass businessKey for assessments #80
Conversation
Changed Packages
|
@mareklibra |
b7ae5f7
to
dabd13f
Compare
Changed Packages
|
The prettier is passing when executed in the plugin's folder but not on the workspace level. I will try to fix that in a separate PR. |
meanwhile can you fix it so we can get this merged? |
@@ -89,7 +90,7 @@ export const ExecuteWorkflowPage = () => { | |||
const response = await orchestratorApi.executeWorkflow({ | |||
workflowId, | |||
parameters, | |||
businessKey: assessmentInstanceId, | |||
businessKey: effectiveInstanceId, |
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.
businessKey: effectiveInstanceId, | |
businessKey: assessmentInstanceId, |
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.
done
@@ -98,7 +99,7 @@ export const ExecuteWorkflowPage = () => { | |||
setIsExecuting(false); | |||
} | |||
}, | |||
[orchestratorApi, workflowId, navigate, instanceLink, assessmentInstanceId], | |||
[orchestratorApi, workflowId, navigate, instanceLink, effectiveInstanceId], |
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.
[orchestratorApi, workflowId, navigate, instanceLink, effectiveInstanceId], | |
[orchestratorApi, workflowId, navigate, instanceLink, assessmentInstanceId], |
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.
done
Fixes: FLPATH-1881 With this change, the "Assessed by" link is shown. Signed-off-by: Marek Libra <mlibra@redhat.com>
dabd13f
to
4c4fd8e
Compare
2347cf2
to
6471a68
Compare
backport of janus-idp/backstage-plugins#2558