/
Workflow Designer

Workflow Designer

In general, a workflow is a flowchart that route a document to people in an organization to execute some actions on that document.

For example, the current Work Order process is as following:



BaseEAM's custom activities

  1. Task activity



    A Task activity will route the document by creating an Assignment to users in the specified AssignmentGroup at the timeframe defined in Task Timing section.
    Note that only users in the Site of the document will receive the Assignment. For example, if the Work Order is created in Site1 then only users in Site1 of the AssignmentGroup will receive the Assignment.
    The Assignment will be seen in the Dashboard when the user log in to the system.



  2. WaitForAction activity
    WaitForAction activity will pause the workflow and waiting for some actions from users.
    It's often follow by a Switch activity to specify the route of the workflow after receiving the action from user.



  3. Action activity
    Execute some arbitrary actions such as SendMessage


Related content

Workflow Definition
Workflow Definition
More like this
Assignment Group
Assignment Group
More like this
Service Request Workflow
Service Request Workflow
More like this
Workflow
Workflow
More like this
A Typical Scenario of Work Order
A Typical Scenario of Work Order
More like this
Service Request
Service Request
More like this