-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ISW - Wizard Step: Start Input Step #20567
Comments
Maybe we present the text as showing what will be done (eg. Input "my Big Input" will be started!) rather than what is already done We discussed performing the actions sequentially, and showing user error of which step fails in event of fail we discussed rolling anything we created here back, in the event of a fail |
if the input no longer exists or is not in setup mode when you press OK, handle that exception |
Steps that are executedAlways
Illuminate
RoutingOption 1 - Use default stream
Option 2 - Use existing stream
Option 3 - New Stream
|
Regarding the APIs for routing: For options 1 and 2, I suggest we introduce a new API Alternatively, the new endpoint could just take an input ID as the parameter. BE would then create the rule and add it to a default pipeline. This would reduce coupling between FE and BE. Re option 1: What default stream is this referring to? According to #20568, user either selects an existing stream or creates a new one. |
Default is: All messages (Default Stream) Both API options sound fine for me. Both would need the pipeline name (nullable -> which means default) and the input id passed, right? |
Discussion outcome 19.11.2024
|
The text was updated successfully, but these errors were encountered: