You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The workflow builder in "Keep" is likely complaining because the workflow lacks a description and uses a "Mock" provider, which may not be installed. The validation logic in the system checks for these issues:
Missing Description: The workflow requires a description, and if it's missing, an error is generated.
Provider Installation: If the "Mock" provider is not installed, the builder will flag this as an error.
Despite these validation errors, the workflow can still function correctly, as the system allows deployment even with certain types of errors, particularly those related to provider installation, as long as other critical validations like the description are met [1][2].
Workflow has:
When I switch to the Builder, it's complaining about all 3 issues while workflow works fine with them. Should it complain?
Builder doesn't feel well:
The text was updated successfully, but these errors were encountered: