require_once('../../../../config.php'); $PAGE->set_context(context_system::instance()); $PAGE->set_url('/local/workflowdesigner/modules/designer/'); $PAGE->set_title('Bheem Academy - Workflow Designer Pro'); $PAGE->set_heading('Bheem Academy - Workflow Designer Pro'); $PAGE->set_pagelayout('embedded'); require_login(); // Output header echo $OUTPUT->header(); // Include the entire HTML/CSS/JS content ?>

Loading Workflow Designer

Initializing components...

Bheem Academy

Workflow Designer Pro

Build powerful automations

Input
Output

{{ node.name }}

{{ node.category }}

{{ node.executions || 0 }}

Runs

{{ node.success || '100%' }}

Success

{{ Math.round(zoomLevel * 100) }}%

Properties

Node Info

Type: {{ selectedNode.type }}

Category: {{ selectedNode.category }}

ID: {{ selectedNode.id }}

Position: {{ Math.round(selectedNode.x) }}, {{ Math.round(selectedNode.y) }}

Select a Node

Click on a node to view and edit its properties

{{ toast.title || 'Notification' }}

{{ toast.message }}

Execution Log

No execution logs yet. Start a workflow to see logs.

{{ formatTime(log.timestamp) }} [{{ log.node_name }}] {{ log.message }}

Warning: Undefined variable $OUTPUT in /var/www/html/local/workflowdesigner/modules/designer/index.php on line 3472

Fatal error: Uncaught Error: Call to a member function footer() on null in /var/www/html/local/workflowdesigner/modules/designer/index.php:3472 Stack trace: #0 {main} thrown in /var/www/html/local/workflowdesigner/modules/designer/index.php on line 3472