Skip to content

Commit

Permalink
Update workflow.mdx
Browse files Browse the repository at this point in the history
  • Loading branch information
cllde8 authored and phuang26 committed Nov 12, 2023
1 parent 7c3e947 commit 3a56700
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions docs/labimotion/guides/user/elements/workflow.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -4,20 +4,22 @@ author: Claire Lin
sidebar_position: 4
---

import { FontAwesomeIcon } from "@fortawesome/react-fontawesome";
import { faSitemap } from "@fortawesome/free-solid-svg-icons";
import { FigCaption, SubTitle, YouTubeFrame, Reader } from '@site/src/js/layout';

<SubTitle text="Process and Workflow." />
<Reader text="User" />

:::info
Not all generic elements have the workflow feature; it needs to be enabled by the designer.
Not all Generic Elements are designed with a workflow; whether Generic Elements are designed with a workflow depends on the template created by the [Designer](/docs/labimotion/design-principles#designer-role).
:::

## LabIMotion Workflow

LabIMotion assists scientists in creating customized modules tailored to their requirements. Within these modules, scientists can outline processes comprising a sequence of actions/steps aimed at achieving specific outcomes. Additionally, LabIMotion facilitates the construction of workflow logics using interactive diagrams.

A predefined workflow can be embedded in the element. Users do not need additional configuration to access the workflow; they simply need to follow the actual process by clicking 'Next' to proceed to the next step. Users can also view the workflow by clicking the 'Workflow' button.
A predefined workflow can be embedded in the element. Users do not need additional configuration to access the workflow; they simply need to follow the actual process by clicking 'Next' to proceed to the next step. Users can also view the workflow by clicking the (Workflow <FontAwesomeIcon icon={faSitemap} />) button.

![Workflow](/img/labimotion/workflow.png)

0 comments on commit 3a56700

Please sign in to comment.