PhixFlow Help

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 5 Next »

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

  • either data, for example to update or delete records.
  • or the application interface, for example to close one screen and open another.

For example, you can:

  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 action,

  1. Add micro-actions to a stream.
  2. Create an action and refer to some micro-actions.
  3. For each micro-action, set the rule to control whether or not 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:

  • No labels