Skip to content

Commit

Permalink
Minor fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
aniltallam authored Dec 31, 2020
1 parent deeb551 commit a1b778d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ the hook preSavePage function.
* 'bearerToken' - a one-time bearer token which can be used to invoke selected integrator.io API routes.
* 'data' - an array of records representing one page of data. A record can be an object {} or array [] depending on the data source.
* 'errors' - an array of errors where each error has the structure {code: '', message: '', source: '', retryDataKey: ''}.
* 'retryData' - an object with structure {<retryDataKey>: { data: <record>, stage: <stage where error occured>, traceKey: <traceKey of record>}, ...} containing errored out records, stage info and and their traceKeys.
* 'retryData' - an object with structure {<retryDataKey>: { data: <record>, stage: <stage where error occured>, traceKey: <traceKey of record>}, ...} containing errored out records, stage info and their traceKeys.
* '_exportId' - the _exportId currently running.
* '_connectionId' - the _connectionId currently running.
* '_flowId' - the _flowId currently running.
Expand Down

0 comments on commit a1b778d

Please sign in to comment.