Feature proposal #7937
closedImplement parameter to select auto actions to execute after an auto action
Description
This effectively makes auto action chaining much easier to do and not prone to errors. Currently to chain auto actions you need to act on autoactions_onAction trigger and you MUST condition against the auto action id or you will get stuck in an infinite loop so it's just too prone to errors. Having a parameter to select other auto actions would ease the configuration and no longer be prone to errors.
Updated by krileon over 4 years ago
Maybe a better way to do this is to free up action types from being limited to a single action. Meaning a single auto action could execute multiple action types. This would require some migration code, but would significantly improve the functionality of auto actions. This would allow auto actions to be a set of triggers, access, and conditions with the actions being as many of whatever is needed.
Updated by krileon about 1 month ago
- Target version changed from 10.0.0 to 9.3.0
Implement a "Next Action" parameter to specify the next auto action to run.
This will be restricted to auto actions with no trigger selected AND have direct access disabled to ensure only API accessible actions are selected.
Updated by krileon about 1 month ago
- Status changed from Assigned to Resolved
- % Done changed from 0 to 100