Versions Compared

Key

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

...

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

  • Operate on data: to create, update or delete data
    Data micro-actions connect to a stream or data source.

...

  • Run a task
  • Run analysis on a model
  • Open or close a screen/dashboard
  • Prompts or messages to communicate with the user

In the action-flow 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

...