Explanation of the new workflow fields:
- New Workflow Name—The Python module name for the workflow
- Workflow Category—Categories and subcategories; leave blank to place the new workflow into the root level
- Python Implementation Name—The Flask name for the workflow; used in permissioning
- Endpoint Name—The endpoint of the workflow; the full endpoint is a composite of the Python Implementation name and Endpoint name (<implementation_name>/<endpoint_name>)
- Available Actions Display Name—The name of the workflow as it will appear under the Available Action menu
- Workflow Description—A brief summary of what the workflow does
- Workflow Type—Radio buttons for selecting which type of template to create (GUI UI/REST API)