thygesteffensen / PowerAutomateMockUp

Skeleton to run Power Automate Flows from their JSON descriptions.
MIT License
7 stars 1 forks source link

refactor: Refactored the way Output is handled. #27

Closed thygesteffensen closed 3 years ago

thygesteffensen commented 3 years ago

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.

thygesteffensen commented 3 years ago

:tada: This PR is included in version 1.0.0-alpha.24 :tada:

The release is available on:

Your semantic-release bot :package::rocket:

thygesteffensen commented 3 years ago

:tada: This PR is included in version 1.0.0 :tada:

The release is available on:

Your semantic-release bot :package::rocket: