Versions Compared

Key

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

In PhixFlow, you can draw your business process using BPMN workflows. You can then design application screens. To To turn a screen into a user interface, you must configure the operations that PhixFlow will run. Usually, these operations will change: 

...

  1. Design a form with editable fields and buttons.
  2. Connect the form to a stream, to populate the fields with data.
  3. Make changes to data in the fields.
  4. Click the "Save" button.
    At this point there will be no change to the data in the stream until you have configured the button to perform the operation of updating the data in the stream.

To configure an operation using an action,

  1. In the BPMN workflow, expand an action node.
  2. Use this to draw out an action flow. Each node in an action flow is a micro-action.

Micro-actions can

...

you can:

  1. Add an action directly to the repository. Actions that are not associated with a stream can do things like open dashboards. 
  2. For specific stream, you can create an action to operate on the stream data. Action on a stream can:
    •  create, update or delete data

...

    • run a task

...

    • run analysis on a model

...

    • open or close a screen/dashboard

...

    • show prompts or messages to communicate with the user

In the action-flow you You can connect the output of one micro- action to the input of the next micro- action, and specify rules to determine the conditions under which the micro- action will run.

You can optionally configure

  • the contexts in which the action will or will not run using context parameters
  • a prompt to confirm the user wants to run the action
  • something about uploading a file
  • that PhixFlow checks the conditions to allow the action to run are met (validation)
  • a task plan that will run after the micro-actions
  • any dashboards to open or close when the action completes
  • a message to display after the action completes, for example with errors and warnings.

The pages in this topic are:

...