•Initial Setup
•Create a new Project and Workflow
- After login, select Create project, than give a project a name
- Click on the newly created project
- Click on Create workflow button, choose a name for the workflow and leave the other fields unchanged.
•Start Node Configuration
We want to configure the workflow to accept two initial parameters - productId
and quantity
. Arbiter provides two ways to start a workflow which use HTTP Post. You could use an HTTP Form or standard HTTP Post request.
- Double click on a Start node.
- Select Add field button in the schema builder.
- Change the default property name and the type. For this example, enter
productId
and change type tonumber
. - Add another field with name
quantity
and typenumber
. - Click on Apply button.
•Next Steps
See Create an HTTP connector to learn more about Arbiter connectors.