-
-
Notifications
You must be signed in to change notification settings - Fork 773
Description
Description of problem
The Platform currently has no input method (other than through code) for the admin of core workflows. This issue is a spin off of RFC #2434 to tackle the initial creation of an admin function for workflows.
Description of solution
Create a variety of Prompt commands to allow for viewing, creating, updating and deleting workflows within the Platform.
- Feel free to change the names of the commands to match the system naming conventions as necessary.
The proposed functions that are required are:
See attached Excel document for proposed functions. Note, some fields were purposely left out of the proposed functions as I believe there will be some trial and error when creating this to understand what fields are system generated, what changing the values of some fields will do, etc. but this should be a good starting point.
Description of alternatives considered
A GUI within the PersonaBar for managing workflows is the ultimate goal, however, using Prompt as a first step will allow us to get the functions correct and released in a more timely fashion. A subsequent follow-up issue will be created to then take the shared released code from the Prompt commands and connect a GUI to it.