We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the bug Why we are stting workspaces twice?
To Reproduce Review code.
Expected behavior Do not overwrite values.
Additional context In ControllerClientImpl.java -> submitCustomTask(...) there are these lines of code:
ControllerClientImpl.java -> submitCustomTask(...)
253 List<TaskWorkspace> taskWorkspaces = buildTaskWorkspaceList(workflow, activityId); 254 request.setWorkspaces(taskWorkspaces); ***************** 294 request.setWorkspaces(activity.getTaskWorkspaces());
Is there a reason for this or this is a bug?
The text was updated successfully, but these errors were encountered:
@amhudson @marcusdroy Please let me know when you have had a chance to look at this bug. Thx.
Sorry, something went wrong.
lines 253-254 look to be correct. @marcusdroy is there a reason for line 294?
marcusdroy
amhudson
No branches or pull requests
Describe the bug
Why we are stting workspaces twice?
To Reproduce
Review code.
Expected behavior
Do not overwrite values.
Additional context
In
ControllerClientImpl.java -> submitCustomTask(...)
there are these lines of code:Is there a reason for this or this is a bug?
The text was updated successfully, but these errors were encountered: