Closed mustaqueali closed 10 months ago
Thank you @DynamicsNinja for implementing this feature.
testing that today, got execution error with below error messages.
See the end of this message for details on invoking just-in-time (JIT) debugging instead of this dialog box.
** Exception Text **
System.ArgumentOutOfRangeException: InvalidArgument=Value of '0' is not valid for 'SelectedIndex'.
Parameter name: SelectedIndex
at System.Windows.Forms.ComboBox.set_SelectedIndex(Int32 value)
at Fic.XTB.FlowExecutionHistory.Forms.TriggerOutputsFilterForm.UpdateAttributes()
at Fic.XTB.FlowExecutionHistory.FlowExecutionHistory.<>cDisplayClass25_0.
** JIT Debugging ** To enable just-in-time (JIT) debugging, the .config file for this application or computer (machine.config) must have the jitDebugging value set in the system.windows.forms section. The application must also be compiled with debugging enabled.
For example:
When JIT debugging is enabled, any unhandled exception will be sent to the JIT debugger registered on the computer rather than be handled by this dialog box.
Is your feature request related to a problem? Please describe. No
Describe the solution you'd like Currently, all flows in an environment (OOB and unused) are listed. As an admin, would like to see an option to filter ways to list the flows (like from selecting solution(s) or outside solutions or My / Other Flows).
Eg. In our environment, we have separate solutions for Flows and separate them from other core CE components, so it would be easier for us to view and manage our flows from single or multiple solutions.