This is the official documentation repository for FlowX.AI, a comprehensive AI-driven process automation platform. The documentation is built using Mintlify and covers platform components, setup guides, building blocks, and AI features.
<Steps><Step title="Create Process Definition"> Navigate to FlowX Designer and create a new process definition. <Note> Process definitions serve as templates for creating process instances. </Note></Step><Step title="Add Nodes"> Add nodes to define your process flow. <Tabs> <Tab title="Start Node"> Every process must begin with a start node. </Tab> <Tab title="Task Node"> Use task nodes for automated operations. </Tab> <Tab title="User Task Node"> Use user task nodes for human interactions. </Tab> </Tabs></Step></Steps>
<ParamField path="process.name" type="string" required>Unique identifier for the process definition within the application.</ParamField><ParamField path="process.swimlanes" type="array">List of swimlane configurations for role-based task assignment.<Expandable title="Swimlane Properties"> <ParamField path="swimlanes[].name" type="string" required> Name of the swimlane for identification. </ParamField> <ParamField path="swimlanes[].expression" type="string"> MVEL expression for dynamic swimlane assignment. </ParamField></Expandable></ParamField>