...
The flow sharing feature enables a user to share a flow with another user for collaboration. In this manner, a single source of truth can be retained as multiple users collaborate to transform the flow's datasets into the desired output. See Overview of Sharing.
Flow sharing is enabled by default. To disable flow sharing, please complete the following steps.
...
D s config Set the following parameter to
false
:Code Block "feature.flowSharing.enabled" : true,
- Save your changes and restart the platform.
Disable input swapping with datasets with parameters
By default, the
D s webapp |
---|
Steps:
D s config Set the following parameter to
false
:Code Block "feature.parameterization.enableSwapWithDynamicDataset": true,
- Save your changes and restart the platform.
...