Skip to content

Commit

Permalink
Set to INPUT_ALLOWED
Browse files Browse the repository at this point in the history
  • Loading branch information
fbarresi committed Dec 20, 2024
1 parent f366683 commit ff81d26
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@


@SupportsBatching
@InputRequirement(InputRequirement.Requirement.INPUT_FORBIDDEN)
@InputRequirement(InputRequirement.Requirement.INPUT_ALLOWED)
@Tags({"SOAP", "Get", "Ingest", "Ingress"})
@CapabilityDescription("Execute provided request against the SOAP endpoint. The result will be left in it's orginal form. " +
"This processor can be scheduled to run on a timer, or cron expression, using the standard scheduling methods, " +
Expand Down

0 comments on commit ff81d26

Please sign in to comment.