redhat-developer / vscode-wizard

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

workflowManager#canFinish should be not required

angelozerr opened this issue · comments

In vscode-kafka I need to implement workflowManager to implement the performFinish (when Finish is clicked, I need to save the cluster). By implementing workflowManager , it requires that I must implement canFinish but I would like to keep the default behavior (check if page complete is done).

IMHO I think workflowManager#canFinish should be not required.