Configurable Import Flow Groups
By default import flows are not grouped and rendered under the “Import Flows” group. We can configure the import flows to be rendered under configured groups as per their tags.
Configuration While Provisioning or Updating Configuration
Add the following code to the custom configuration file while provisioning or Updating configuration of your TIBCO Developer Hub instance.
importFlowGroups: - name: Group1 tagFilters: ['bwce', 'bwce-5'] - name: Gro tagFilters: ['flogo']
For example , For the above configuration, import flows having tags as ‘bwce’ or ‘bwce-5’ will be part of ‘Group’1 and import flows having tags as ‘flogo’ will be part of ‘Group2’.