File tree 1 file changed +10
-0
lines changed
1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -2,6 +2,7 @@ export const JUPYTERLAB_GCP_FEATURE_ID = 'jupyterlab-gcp';
2
2
export const ENABLE_JUPYTERLAB_ID = 'enableJupyterLabGCP' ;
3
3
export const HAIL_BATCH_AZURE_FEATURE_ID = 'hail-batch-azure' ;
4
4
export const ENABLE_CROMWELL_APP_CALL_CACHING = 'enableCromwellAppCallCaching' ;
5
+ export const ENABLE_AZURE_COLLABORATIVE_WORKFLOWS = 'enableCollborativeWorkflows' ;
5
6
6
7
// If the groups option is defined for a FeaturePreview, it must contain at least one group.
7
8
type GroupsList = readonly [ string , ...string [ ] ] ;
@@ -89,6 +90,15 @@ const featurePreviewsConfig: readonly FeaturePreview[] = [
89
90
'Feedback on Cromwell call caching configuration (Azure)'
90
91
) } `,
91
92
} ,
93
+ {
94
+ id : ENABLE_AZURE_COLLABORATIVE_WORKFLOWS ,
95
+ title : 'Azure Collaborative Workflows' ,
96
+ description :
97
+ 'Enabling this feature will allow for workspaces to become collaborative with other users to run workflows and read workspace data' ,
98
+ feedbackUrl :
`mailto:[email protected] ?subject=${ encodeURIComponent (
99
+ 'Feedback on Azure Collaborative Workflows experience.'
100
+ ) } `,
101
+ } ,
92
102
] ;
93
103
94
104
export default featurePreviewsConfig ;
You can’t perform that action at this time.
0 commit comments