-
Notifications
You must be signed in to change notification settings - Fork 19
Description
Goal
Replace current actions that is created for some specific purpose with generic ones.
Background and Problem
Some current actions (host_udpate_status, host_get_status and so on) in this pack were made for specific purpose.
But actions in an integration pack should provide more generic purpose with simple and reusable implementation.
Proposal
This propose to make generic actions that could fill in for current ones and replace them.
When user want to make an action that is for specific purpose, user should make a workflow that utilizes actions in integration packs.
That's my fault, the main cause of this situation is that I didn't understand the core concept of difference between integration pack and automation pack.
I think the relationship between integration pack and automation pack seem like to the one of library and application. Application provides functionalities for user by using of libraries. If a library provides only some specific purpose functions, it couldn't fascinate application developer.