Feature proposal #7937
closed
Implement parameter to select auto actions to execute after an auto action
Added by krileon over 4 years ago.
Updated 29 days ago.
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.
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.
- Target version changed from 8.1.0 to 10.0.0
- 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.
- Status changed from Assigned to Resolved
- % Done changed from 0 to 100
- Status changed from Resolved to Closed
Also available in: Atom
PDF