diff --git a/docs/src/site/docbook/reference/core.xml b/docs/src/site/docbook/reference/core.xml index 920c6a937..e73fafaa7 100644 --- a/docs/src/site/docbook/reference/core.xml +++ b/docs/src/site/docbook/reference/core.xml @@ -694,7 +694,7 @@ An ExecutionContext represents a collection of key/value pairs that are persisted and controlled by the framework in order to allow developers a place to store persistent state that is - scoped to a JobInstance. For those familiar with + scoped to a StepExecution. For those familiar with Quartz, it is very similar to JobDataMap. The best usage example is restart. Using flat file input as an example, while processing individual lines, the framework periodically persists @@ -856,4 +856,4 @@ logic that is not natural to split into read-(transform)-write phases, such as invoking a system command or a stored procedure. - \ No newline at end of file +