Project Development Environment (IDE)
When using ProcessMIX, most of developer's time is spent in the project's integrated development environment, or IDE. It has UI pages, commands and tools that are needed to implement a ProcessMIX application (except for the actual project creation, which is done from the Repository page):
Sections for organizing main project entities: Flows, Data Structures, Connectors, Assets and Global Variables, as well as tabs with panels to edit them.
Menu commands for importing and exporting API definitions, copy of the project instance, as well as a resulting generated application as source code or precompiled package (export only).
Deployment settings and a button to deploy the project as a live application into the cloud, and execute it there.
Integrated debugger, log console, cross-reference/usage search and other tools that greatly simplify developer's life.
Version control system for parallel development of project changes, complete with branching, merging and conflict resolution.
More information about this environment can be found in the Project Development Environment guide.
Last updated