You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
If the action is a generic action, a job won't trigger it will error. Some times I we'll need a trigger that doesn't necessarily update or destroy.
Describe the solution you'd like
A clear and concise description of what you want to happen.
triggers supporting generic actions
Describe alternatives you've considered
using an update action
Express the feature either with a change to resource syntax, or with a change to the resource interface
For example
triggersdo# add a trigger called `:process`trigger:stream_simulcastdo# this trigger calls the `process` actionaction:say_helloqueue(:default)scheduler_cron(false)worker_read_action(:read)# error :error# this should check that the stream is active# where expr(status == :active)endendend
Is your feature request related to a problem? Please describe.
If the action is a generic action, a job won't trigger it will error. Some times I we'll need a trigger that doesn't necessarily update or destroy.
Describe the solution you'd like
A clear and concise description of what you want to happen.
triggers supporting generic actions
Describe alternatives you've considered
using an update action
Express the feature either with a change to resource syntax, or with a change to the resource interface
For example
Or
Additional context
Add any other context or screenshots about the feature request here.
The text was updated successfully, but these errors were encountered: