spring-cloud-dataflow-ui
spring-cloud-dataflow-ui copied to clipboard
dataflow-server-use-user-access-token is not available as an option on the builder tab
The dataflow-server-use-user-access-token is a parameter that is passed at composed task launch time. It is not used by CTR but rather by dataflow to determine if it should populate access token information to be sent to CTR. This can only be entered on the Freetext screen at this time.
This is a side effect from the new UI/UX around Task launches.
I'm a little confused what's a format this would be passed in. Code seems to check command-line args but there's never any defined set for those.