ReadyForApproval to start review. The sandbox may approve the identity earlier: if its current state is already Approved, skip ReadyForApproval and continue with that identity.
Choose the deployed review method
UseGetApplicationAttributes and the supported service-provider operations to discover what the Neuron actually offers. A deployment might use operator review, an identity review service, peer review, or another configured policy.
If the chosen reviewer requires explicit access, grant only the documented identity access for that review and record how it is revoked afterward.
Application state model
GetIdentity rather than mapping it to a guessed enum. Store the raw status plus the application state your user interface needs.
Observe completion
- Persist the Legal Identity/application identifier returned earlier.
- Use the event, message, callback, or polling mechanism confirmed for the target Neuron.
- Make repeated observations idempotent so the same result is not applied twice.
- Retrieve the current identity before enabling a trust-dependent application action.
- Surface rejection or correction information without leaking identity evidence.