Skip to content

Commit

Permalink
fix: missing verbosity for WF node (#53)
Browse files Browse the repository at this point in the history
Co-authored-by: Przemyslaw Kalitowski <[email protected]>
  • Loading branch information
przemkalit and Przemyslaw Kalitowski authored Jan 8, 2025
1 parent be02725 commit b07a669
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions changelogs/fragments/filetree_create_node_verbosity_issue.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
---
bugfixes:
- filetree_create export missing verbosity for node
...
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ controller_workflows:
workflow_job_template: "{{ node.summary_fields.workflow_job_template.name }}"
{% if node.summary_fields.unified_job_template.unified_job_type is not match('approval') %}
unified_job_template: "{{ node.summary_fields.unified_job_template.name | default('ToDo: The node is pointing to a deleted Job Template') }}"
verbosity: "{{ node.verbosity if node.verbosity != None else '0' }}"
{% endif %}
{% if node.limit is defined %}
limit: "{{ node.limit }}"
Expand Down

0 comments on commit b07a669

Please sign in to comment.