About the closed issue about the Input Parameters #86
Closed
SundaramMaheshkumar
started this conversation in
General
Replies: 1 comment
-
I agree that was a bug, now fixed |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi @ralphhanna,
I would like to discuss about your comment on the issue.
So you mean to say, no two tasks can have the same variable name in their input parameters?
Suppose, if Task A has an input parameter named
destination
, Task B shouldn't have an input parameter nameddestination
!?Correct me if I am wrong. But this shouldn't be a problem in an ideal usecase right!
Because using the same variable names when the tasks are sequential doesn't have a problem. It executes as expected.
In the issue, it seems the problem occurs because they are parallel tasks.
Kindly clarify on this. Thanks!
Beta Was this translation helpful? Give feedback.
All reactions