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
Commands sent to the CommandSubmissionService are validated by CommandSubmissionRequestValidator, whereas commands sent to the CommandService are validated by CommandPayloadValidations.
The validation logic has diverged a little (wrt workflow_id and application_id), therefore we should really unify that and only have a single validation path.
The text was updated successfully, but these errors were encountered:
Commands sent to the
CommandSubmissionService
are validated byCommandSubmissionRequestValidator
, whereas commands sent to theCommandService
are validated byCommandPayloadValidations
.The validation logic has diverged a little (wrt
workflow_id
andapplication_id
), therefore we should really unify that and only have a single validation path.The text was updated successfully, but these errors were encountered: