Open anna-geller opened 1 year ago
Consider the following workflow:
id: switch namespace: dev inputs: - name: language type: STRING defaults: English tasks: - id: render-language type: io.kestra.core.tasks.flows.Switch value: "{{ inputs.language }}" cases: French: - id: french type: io.kestra.core.tasks.debugs.Return format: "The input is {{ inputs.language }}" German: - id: german type: io.kestra.core.tasks.debugs.Return format: "The input is {{ inputs.language }}" defaults: - id: english type: io.kestra.core.tasks.debugs.Return format: "The input is {{ inputs.language }}"
It would be user-friendly if the cases can be added next to the arrows as follows:
cases
quick win if supported by our graph library
@anna-geller hey, can i work on this issue?
Yes for sure! We'd love your contribution
Feature description
Consider the following workflow:
It would be user-friendly if the
cases
can be added next to the arrows as follows: