-
Sub-task
-
Resolution: Done
-
Major
-
None
-
None
batch_icon16.png - file batch.xml (initial image is attached, it can be replaced or used)
- batchlet.png - 'batchlet' element specifies a task-oriented batch step
- checkpoint-algorithm.png - an optional custom checkpoint algorithm that may be used to provide a checkpoint decision based on factors other than only number of items, or amount of time
- chunk.png - kind of step that processes multiple items and is periodically checkpointed by the batch runtime according to a configured checkpoint policy
- decision.png - decision provides a customized way of determining sequencing among steps, flows, and splits (batch status is set to FAILED)
- end.png - end element is used to terminate the job at the current step (batch status is set to COMPLETED)
- fail.png - fail element is used to terminate the job at the conclusion of the current step or flow
- flow.png - flow defines a sequence of execution elements that execute together as a unit
- job.png - root node of file batch.xml, it may be the same as batch_icon16.png
- listeners.png - folder for listeners
- listener.png - job listener
- next.png - transition element that defines condition and target for transition to next step.
- partition.png - 'partition' element specifies that a step is a partitioned step
- processor.png - 'processor' element specifies the item processor for a chunk step
- properties.png - folder for properties
- property.png - common 'name'='value' object.
- reader.png - 'reader' element specifies the item reader for a chunk step
- split.png - split defines a set of flows that execute concurrently
- step.png - 'step' element identifies a job step, job may contain any number of steps
- stop.png - stop element is used to terminate the job after the current step or flow (batch status is set to STOPPED), optionally defines step at which job can be restarted
- writer.png - 'writer' element specifies the item writer for a chunk step
- is related to
-
JBIDE-19062 listener icon for batch is ambigious
- Closed