ScaleJS Register
The Register API provides an API for building input to call a workflow, generally from a web application form. Similar to CallWorkflow
, this API adds additional functionality:
- Generates metadata used to create a form or input, including data types and allowed values for drop down lists.
- Performs data validation on input based on server side configuration.
- Runs as the authenticated user, limiting potential security issues.
The swagger definition can be used to generate an API stub.