Clean workflow query invalid input errors from sentry (#18804)
As title
This commit is contained in:
+1
-1
@@ -55,7 +55,7 @@ export class IteratorWorkflowAction implements WorkflowActionInterface {
|
||||
if (!Array.isArray(parsedItems)) {
|
||||
throw new WorkflowStepExecutorException(
|
||||
'Iterator input items must be an array',
|
||||
WorkflowStepExecutorExceptionCode.INTERNAL_ERROR,
|
||||
WorkflowStepExecutorExceptionCode.INVALID_STEP_INPUT,
|
||||
);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user