CreateBoxMetadataTemplate 2.4.0

Bundle
org.apache.nifi | nifi-box-nar
Description
Creates a Box metadata template using field specifications from the flowFile content. Expects a schema with fields: "'type' (required), 'key' (required), 'displayName' (optional), 'description' (optional), 'hidden' (optional, boolean).
Tags
box, create, metadata, storage, templates
Input Requirement
REQUIRED
Supports Sensitive Dynamic Properties
false
Properties
Relationships
Name Description
failure A FlowFile is routed to this relationship if an error occurs during template creation.
success A FlowFile is routed to this relationship after a template has been successfully created.
Writes Attributes
Name Description
box.template.name The template name that was created
box.template.key The template key that was created
box.template.scope The template scope.
box.template.fields.count Number of fields created for the template
error.code The error code returned by Box
error.message The error message returned by Box
See Also