Closed thygesteffensen closed 3 years ago
:tada: This PR is included in version 1.0.0-alpha.24 :tada:
The release is available on:
v1.0.0-alpha.24
v1.0.0-alpha.24
Your semantic-release bot :package::rocket:
:tada: This PR is included in version 1.0.0 :tada:
The release is available on:
v1.0.0
v1.0.0
Your semantic-release bot :package::rocket:
Instead of putting the responsibility in the action executor mock implementer, to add action generated values correctly, instead just have to give the generated output to the ActionResult and the flow runner handles the rest. This simplifies development of mocks and makes action executors more simple. There should be no need at all, to depend on any state related dependencies, they should all automatically be resolved before execution and after, by itself.