Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 10 Current »

User Story

System has import failure modes which can be specified by the caller:

  • failFast=true : records will be imported up to the first failed record.  The first failed record is returned with an error message.
  • failFast=false : records will be imported even if some records are rejected.  To see failures, consult the summary report.
  • NOTE: System does NOT support rollback in either mode.
Related User Stories:
Derived Stories:

User Story: System has import failure modes
Service Story: Consumer can specify import failure modes

  • No labels