Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. Start the asynchronous job indicating the NextStepOnFutureEntityRequest implementation of our request, providing the destination entity ID, and the JSON representing the future annotations. This gives back the job token to monitor the job.

  2. The job will find the JSON schema bound to the location and find the fields that are available to be annotated.

  3. The client will continue to monitor the job.

  4. Once the job finishes, the client can use the JSON schema returned to render the next step fields to the user for user input.

  5. Once input is taken, the client will update the future JSON annotations being built with the new input.

  6. Repeat from Step 1 until the returned JSON schema is empty.

  7. Now the JSON annotations are complete and the client put them onto an entity that will be uploaded to that destination.

The following document demonstrates handling of the next-step schema. Handling Next Step JSON Schema Cases