Replies: 3 comments
-
|
Hey @fjtirado, could you please take a look on this ? :) |
Beta Was this translation helpful? Give feedback.
-
|
We are currently changing the Fluent DSL to enhance the way subflows are defined, which I agree is cumbersome. |
Beta Was this translation helpful? Give feedback.
-
|
There is a bug though, input should not be mandatory for subflow, so you can actually access the model from the parent, I worked around that by adding input(map.of)) This definition should work but is throwing a null pointer exception. Ill fix that with #1316 |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I've started to study this tool which got my attention this week.
I took one of your tests and tried to add another child in the parent workflow.
But first I would like to say that having two methods
workflowfor different purpose in the DLS is not much intuitive :(Anyway, the idea here was to experiment how to deal with multiple complex subtask that will be mixed together later. Next step is do the same with parallel subtasks.
My expectation was that since I'm just changing the
counteron the second child thegreetingprovided by the child1 would be kept.But the test failed with a null value for
greeting.Am I missing something here, or its a bug?
Beta Was this translation helpful? Give feedback.
All reactions