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 ?>
Initializing components...
 
                    Build powerful automations
{{ node.category }}
{{ node.executions || 0 }}
Runs
{{ node.success || '100%' }}
Success
Type: {{ selectedNode.type }}
Category: {{ selectedNode.category }}
ID: {{ selectedNode.id }}
Position: {{ Math.round(selectedNode.x) }}, {{ Math.round(selectedNode.y) }}
Click on a node to view and edit its properties
{{ toast.message }}
No execution logs yet. Start a workflow to see logs.