Reputation: 11479
I am using following spring doc and try to create Task using UI in PCF however UI is not available in my PCF, How to enable UI on PCF ?
- https://dataflow.spring.io/docs/batch-developer-guides/getting-started/task/
Upvotes: 0
Views: 59
Reputation: 5651
You may want to update the description with what version of SCDF is in use, and how you have provisioned SCDF on PCF.
That said, it could be that you have explicitly disabled the Task's feature-toggle, so please verify the feature-toggles either from the About
tab on the Dashboard or from the SCDF's http://<SCDF_CF_ROUTE/about
endpoint.
UI:
About Endpoint:
You can learn more about the feature-toggles from the reference guide.
Upvotes: 1