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
Enables better user experience for automation software upgrades.
Currently:
ParamsSpecs returns Error::ParamsMismatchError for all mismatches, and CmdCtx fails to be built, so *Cmds would not be able to be run. For unused stored specs, it would be better to warn / automatically upgrade.
{Workflow,Profile,Flow}Params discards unknown parameters, instead of notifying the user. We should notify the user to help them recognize:
Potential typos
Param additions / removals / modifications
Everywhere that uses the following snippet, needs to be reviewed for what should be surfaced to the user:
Enables better user experience for automation software upgrades.
Currently:
ParamsSpecs
returnsError::ParamsMismatchError
for all mismatches, andCmdCtx
fails to be built, so*Cmd
s would not be able to be run. For unused stored specs, it would be better to warn / automatically upgrade.{Workflow,Profile,Flow}Params
discards unknown parameters, instead of notifying the user. We should notify the user to help them recognize:Everywhere that uses the following snippet, needs to be reviewed for what should be surfaced to the user:
All of those places are to do with some kind of "upgrade":
States
,ParamsSpec
,Params
,{Workflow,Profile,Flow}Params
.The text was updated successfully, but these errors were encountered: