Supports Expression Language: true (will be evaluated using variable registry only)Fail When @OnStopped called | Fail When @OnStopped called | false | | Specifies whether or not the Processor should throw an Exception when the methods annotated with @OnStopped are called |
OnTrigger Pause Time | OnTrigger Pause Time | 0 sec | | Specifies how long the processor should sleep in the onTrigger() method, so that the processor can be forced to take a long time to perform its task |
CustomValidate Pause Time | CustomValidate Pause Time | 0 sec | | Specifies how long the processor should sleep in the customValidate() method |
Ignore Interrupts When Paused | Ignore Interrupts When Paused | false | | If the Processor's thread(s) are sleeping (due to one of the "Pause Time" properties above), and the thread is interrupted, this indicates whether the Processor should ignore the interrupt and continue sleeping or if it should allow itself to be interrupted. |
Relationships:
Name | Description |
---|
success | FlowFiles processed successfully. |
failure | FlowFiles that failed to process. |
Reads Attributes:
None specified.Writes Attributes:
None specified.State management:
This component does not store state.Restricted:
This component is not restricted.System Resource Considerations:
None specified.