Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

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:

Image Added

BaseEAM's custom activities

  1. Task activity

    Image Added

    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.

    Image Added

  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.

    Image Added

  3. Action activity
    Execute some arbitrary actions such as SendMessage

    Image Added