meta data for this page
Differences
This shows you the differences between two versions of the page.
| educator:workflow [2026/05/18 06:19] – Initial content claude | educator:workflow [2026/06/02 06:46] (current) – Update: all 19 canvases, BPMN designer, timer node, meetings canvas, mobile view claude | ||
|---|---|---|---|
| Line 3: | Line 3: | ||
| ===== Overview ===== | ===== Overview ===== | ||
| - | The **Workflow Canvas** is a visual | + | The **Workflow Canvas** is a visual |
| - | ===== Accessing the Canvas ===== | + | ===== Canvas |
| - | - Navigate to your class or course → **Workflow** | + | ^ Canvas ^ URL ^ Purpose ^ |
| - | - The canvas opens with your existing workflow | + | | Educator Creator | ''/ |
| - | - Mobile view shows a tile list instead of the drag-and-drop canvas | + | | Educator Workflow | ''/ |
| + | | System Settings | ''/ | ||
| + | | System Content | ''/ | ||
| + | | Collection | ''/ | ||
| + | | Workflow Designer | ''/ | ||
| + | | Cron Engine | ''/ | ||
| + | | KeyRing | ''/ | ||
| + | | Organisation | ''/ | ||
| + | | Meetings | ''/ | ||
| + | | Curriculum | ''/ | ||
| + | | Subject | ''/ | ||
| + | | Learning Objective | ''/ | ||
| + | | Education | ''/ | ||
| + | | Open Badge | ''/ | ||
| + | | Entrepreneur | ''/ | ||
| + | | Leading Questions | ''/ | ||
| + | | Logic Tree | ''/ | ||
| + | | Activity Feed | ''/ | ||
| - | ===== Canvas Nodes ===== | + | ===== BPMN Workflow Designer |
| - | ^ Node type ^ Purpose ^ | + | The **Workflow Designer** at '' |
| - | | Lesson | Links to an existing lesson | | + | |
| - | | Quiz / Assessment | Links to an assessment | | + | |
| - | | Material | Links directly to a piece of content | | + | |
| - | | Milestone | A checkpoint (e.g. " | + | |
| - | | Discussion | Links to a discussion topic | | + | |
| - | | Badge | Links to an Open Badge award point | | + | |
| - | | Dead Material | Flags a material with a broken URL for replacement | | + | |
| - | ===== Building a Workflow ===== | + | * Node types: Start, End, Task, Decision (Gateway), **Timer**, Webhook, Notification |
| + | * Drag-and-drop connections between nodes | ||
| + | * Export/ | ||
| + | * Live instance monitoring at ''/ | ||
| + | * Process monitoring and control at ''/ | ||
| + | * Dead Letter Queue at ''/ | ||
| - | - **Add a node:** click the relevant button in the toolbar, then click the canvas to place it | + | ===== Timer Node ===== |
| - | - **Connect nodes:** drag from the output handle of one node to the input handle of the next | + | |
| - | - **Move nodes:** drag them to reposition | + | |
| - | - **Delete:** select a node and press Delete | + | |
| - | - **Save:** click **Save Workflow** — changes are not auto-saved | + | |
| - | ===== Progression Logic ===== | + | The **Timer node** pauses a workflow execution for a defined duration before continuing. Use cases: |
| - | * A learner must complete a node before the next connected node is unlocked | + | * Delayed notifications |
| - | * In **free navigation** mode, all nodes are accessible at any time | + | * Spaced learning sequences |
| - | * Switch between modes in **Workflow Settings** | + | * SLA escalation after timeout |
| - | ===== Course Templates ===== | + | Timer nodes are processed by the '' |
| - | Save a workflow as a template to reuse across classes: | + | ===== Meeting Canvas ===== |
| - | - Click **Save as Template** | + | |
| - | - Enter a template name | + | |
| - | - Apply to a new class via **New Workflow → Load Template** | + | |
| - | ===== Mobile View ===== | + | The Meetings canvas (''/ |
| + | |||
| + | ^ Button ^ Action ^ | ||
| + | | Create | Create a new meeting | | ||
| + | | Manage | Edit meeting details | | ||
| + | | Attendees | Manage who is invited | | ||
| + | | Minutes | Record meeting minutes | | ||
| + | | Actions | Track action items | | ||
| + | | Report | View meeting report | | ||
| + | | Export | Export meeting data | | ||
| + | | Delete | Delete a meeting | | ||
| + | |||
| + | ===== Mobile | ||
| + | |||
| + | All 19 canvases render a **mobile tile view** on screens below 768px. Tiles are grouped by functional area and are touch-friendly. Groups are defined in the canvas PHP function (e.g. " | ||
| + | |||
| + | ===== Educator Creator — Node Types ===== | ||
| + | |||
| + | ^ Node ^ Purpose ^ | ||
| + | | Lesson | Create or edit a lesson | | ||
| + | | Material | Create or edit a material | | ||
| + | | Quiz | Create a quiz | | ||
| + | | KeyRing | Create or select a KeyRing | | ||
| + | | SCORM Export | Export a lesson as SCORM | | ||
| + | | My Materials | Navigate to material library | | ||
| + | | Mindful Writing | Open mindful writing module | | ||
| + | |||
| + | ===== Building a Workflow | ||
| - | On screen widths below 768px, the canvas automatically switches | + | - Navigate |
| + | - Click **New Workflow** and give it a name | ||
| + | - Drag nodes onto the canvas and connect them | ||
| + | - Configure each node (task type, assignee, timer duration) | ||
| + | - Save and activate the workflow | ||
| + | - Monitor running instances at **Admin → Workflow Instances** | ||