MetadataCollector
Collector for a DaVinci form field of type METADATA.
When a DaVinci flow reaches an SDK Integrator connector node, the server pauses and returns a form field of type METADATA carrying an arbitrary JSON payload. The integrating app reads metadata, performs on-device work, then calls either setResult (success path) or setError (failure path) before calling com.pingidentity.orchestrate.ContinueNode.next.
The collector is considered ready to submit once either setResult or setError has been called — validate returns a Required error until then.