TIBCO® BPM Enterprise AI Powered JSON Forms - Tech Preview
This Tech Preview is designed to enable you to analyze your own data, to which you have legitimate access and usage rights. You may not use it to access, analyze, or otherwise process any materials provided by Cloud Software Group, including but not limited to proprietary data, system logs, internal APIs, source code, or Product Documentation.
By using this Tech Preview, you acknowledge and agree that:
It is provided "as is" with no warranties, express or implied;
It is not supported by Cloud Software Group;
It may not be deployed in production environments;
You are responsible for ensuring that any data processed complies with all applicable laws, regulations, and third-party rights; and
Use of this software to analyze content or intellectual property of Cloud Software Group is strictly prohibited.
This feature introduces JSON Forms that provide a highly agile, developer-friendly alternative to traditional form modeling. By enabling the rendering of arbitrary JSON as fully functional TIBCO Forms, and pairing it with an AI-driven design experience in Visual Studio Code (VS Code), this feature accelerates the UI development lifecycle.
Strategic Adoption: JSON Forms vs Studio Modeled Forms
While the agility of AI-powered JSON Forms is transformative, it is important to recognize that this feature is designed to complement, rather than replace, traditional TIBCO Business Studio modeled forms.
Organizations should strategically adopt both approaches based on specific use cases, as each serves a distinct enterprise need. Do not underestimate the critical role of Studio forms in enforcing strict enterprise architectures.
When to Use Business Studio Modeled Forms
Business Studio remains the gold standard for core, mission-critical business processes.
-
Data Model Integrity: Studio forms are tightly coupled with your user-defined Data Model Interface. They automatically inherit and enforce complex data structures, relationships, and typing.
-
Automated Validations: Because they are rooted in the data model, Studio forms automatically enforce backend validations at the UI tier without requiring additional scripting or configuration.
-
Strict Governance: Ideal for highly regulated processes where the UI must strictly adhere to a pre-defined, rigorously tested, and version-controlled schema.
When to Use AI-Powered JSON Forms
JSON forms are designed for speed, flexibility, and dynamic interactions.
-
Rapid Prototyping: Ideal for quickly spinning up user interfaces during the design phase using natural language prompts.
-
Dynamic Payloads: Best suited for scenarios where the data schema is not known at design time or changes frequently (for example, rendering forms based on third-party API responses).
-
Lightweight Interventions: Perfect for quick, ad-hoc tasks or edge cases that do not warrant the overhead of modeling a strict data interface in Business Studio.