Suggested change in Template #351
Replies: 6 comments
-
|
Oh, I also
|
Beta Was this translation helpful? Give feedback.
-
|
Great suggestion! It will be included in the coming release. |
Beta Was this translation helpful? Give feedback.
-
Here is why I passed the "My Response Args" in to case structure. If caller send sync message of "Macro: DoSomething" to callee, which is consist of several sub-states. This wire is needed to pass the actual return value from the middle state in "Action: Step3". \\ sub-states of "Macro: DoSomething"
Action: Step1
Action: Step2 \\ return value
Action: Step3Caller will get the return value as response for "Macro: DoSomething" after all sub-states are executed by callee. But anyway, I agree with you that the users could easily do it by themselves. That's a corner case. I accept the change. It helps the template looks better. :) |
Beta Was this translation helpful? Give feedback.
-
|
Idea: have "Parse State Queue" use a feedback node to save the last non-empty "My Response Args". Then Step 3 won't overwrite the return value provided by Step 2. |
Beta Was this translation helpful? Give feedback.
-
I think it would be more appropriate to leave this decision to the users. If we do it within the framework, it may limit users' ability to modify the behavior as needed. Additionally, it could overwrite some expected empty responses. |
Beta Was this translation helpful? Give feedback.
-
|
@drjdpowell It Looks better now. This could be a picture for a spot the difference game. :) |
Beta Was this translation helpful? Give feedback.

Uh oh!
There was an error while loading. Please reload this page.
-
The first impression a new User gets of your template is the large number of wires coming out of the "Parse State Queue++".
It gives the impression that this framework is going to be hard to understand. It looks complex. Here is my suggestion of moving things around a bit:
I've
Beta Was this translation helpful? Give feedback.
All reactions