176 Commits

Author SHA1 Message Date
jbirddog
20cec0f2a2 Type ahead widget (#205) 2023-04-05 14:27:20 -04:00
jasquat
6dd4537da2 added ability to save a form as draft w/ burnettk 2023-03-31 12:45:14 -04:00
burnettk
54927ef62c filter report column list by process_model_identifier if any 2023-03-24 17:54:37 -04:00
jasquat
0ae74f8f35 removed spiff step details w/ burnettk 2023-03-23 16:33:30 -04:00
jasquat
77ae760586 fixed editing task data and skipping tasks, moved task and task data methods from process_api_blueprint to tasks_controller, and updated to favor task_guid over task_id in some places 2023-03-23 14:28:20 -04:00
jasquat
26af07befd resetting tasks somewhat work 2023-03-22 09:44:13 -04:00
jasquat
94caddf9de send to task guid to signify how far to go with the tasks w/ burnettk 2023-03-20 17:29:53 -04:00
jasquat
b957954d30 get task data from json data table now w/ burnettk 2023-03-20 17:05:15 -04:00
jasquat
bc58de809e use task table for process instance show page. spiff steps are not working yet and neither is data w/ burnettk 2023-03-20 16:51:29 -04:00
jasquat
7a891c786d check if process initiator exists before running a process instance report w/ burnettk 2023-03-20 10:53:23 -04:00
Elizabeth Esswein
2ecfecb9b4 Merge branch 'main' into feature/remove-loop-reset 2023-03-09 09:55:52 -05:00
jasquat
8fb62ba123 do not remove columns when clicking the filter button w/ burnettk 2023-03-08 16:57:12 -05:00
jasquat
65aeca98bc initial changes to remove loop reset with spiff w/ burnettk 2023-03-08 13:06:25 -05:00
jbirddog
b4546e86e6 Special case file data during user form submission (#164) 2023-03-03 12:24:18 -05:00
Dan
f16150b02b Merging main 2023-02-27 14:17:10 -05:00
jasquat
7a1e712c14 avoid using task-data endpoint for task data and only use it to get tasks based on spiff step instead 2023-02-24 09:21:21 -05:00
jasquat
4651eaee94 put back the task data code when getting tasks 2023-02-23 18:32:59 -05:00
jasquat
a4c1eb96b5 removed task-data endpoints since we no longer need them w/ burnettk 2023-02-23 17:07:53 -05:00
jasquat
a9694c7678 added api to get task data and do not return from task data list anymore w/ burnettk 2023-02-23 15:59:19 -05:00
Dan
0f3ef00d72 BPMN.io -- Just show the message names not the ids - to assure we are only exposing the names.
SpiffWorkflow -
    - start_messages function should return message names, not ids.
    - don't catch external thrown messages within the same workflow process
    - add an expected value to the Correlation Property Model so we can use this well defined class as an external communication tool (rather than building an arbitrary dictionary)
    - Added a "get_awaiting_correlations" to an event, so we can get a list of the correlation properties related to the workflows currently defined correlation values.
    - workflows.waiting_events() function now returns the above awaiting correlations as the value on returned message events
 Backend
    - Dropping MessageModel and MessageCorrelationProperties - at least for now.  We don't need them to send / receive messages though we may eventually want to track the messages and correlations defined across the system - these things (which are ever changing) should not be directly connected to the Messages which may be in flux - and the cross relationships between the tables could cause unexpected and unceissary errors.  Commented out the caching logic so we can turn this back on later.
    - Slight improvement to API Errors
    - MessageInstances are no longer in a many-to-many relationship with Correlations - Each message instance has a unique set of message correlations specific to the instance.
    - Message Instances have users, and can be linked through a "counterpart_id" so you can see what send is connected to what recieve.
    - Message Correlations are connected to  recieving message instances.  It is not to a process instance, and not to a message model.  They now include the expected value and retrieval expression required to validate an incoming message.
    - A process instance is not connected to message correlations.
    - Message Instances are not always tied to a process instance (for example, a Send Message from an API)
    - API calls to create a message use the same logic as all other message catching code.
    - Make use of the new waiting_events() method to check for any new recieve messages in the workflow (much easier than
    churning through all of the tasks)
    - One giant mother of a migration.
2023-02-23 13:53:03 -05:00
jasquat
098aa69216 added api endpoint to allow logging in for the first time with an openid access_token w/ burnettk 2023-02-13 11:57:31 -05:00
jbirddog
4240946334 File download from workflow data (#122) 2023-02-02 14:44:37 -05:00
jasquat
14397099f4 added tasks table to process instance show page w/ burnettk 2023-01-13 14:31:12 -05:00
jasquat
c89c4545c3 only load file references when needed to avoid unnecessary xml errors w/ burnettk 2023-01-10 14:28:14 -05:00
jasquat
0bf232d92b do not allow sending messages to terminated and suspended process instances w/ burnettk 2023-01-06 16:21:29 -05:00
jasquat
7f21328b7f actually filter by process initiator w/ burnettk 2023-01-06 15:50:47 -05:00
jasquat
499a9562c3 basic support to find a process instance by id w/ burnettk 2023-01-05 14:59:59 -05:00
jasquat
ee650e6039 added ability to filter process instances by process initiator 2023-01-04 16:11:52 -05:00
jasquat
abacdf96e6 merged in main and resolved conflicts 2023-01-04 11:56:33 -05:00
jasquat
cfaf2d9c6d added basis of api to create process models from text w/ burnettk 2022-12-30 16:30:52 -05:00
jasquat
4b328df7c5 allow tests to determine what paginated entity id to use to determine a table has loaded 2022-12-30 09:13:03 -05:00
burnettk
d1e911950d Merge remote-tracking branch 'origin/main' into feature/process_api_blueprint_refactor 2022-12-29 20:41:50 -05:00
burnettk
ff18aa77bc new service tasks controller 2022-12-29 18:23:45 -05:00
burnettk
3695ab7ded move status to health controller 2022-12-29 18:12:41 -05:00
Elizabeth Esswein
72100e6d92 allow option to complete single tasks with or without execution 2022-12-29 17:21:17 -05:00
burnettk
2ff73ae0e3 get tests passing 2022-12-29 17:13:44 -05:00
jasquat
1c3da92f81 moved more api methods to own controllers w/ burnettk 2022-12-29 15:45:34 -05:00
Elizabeth Esswein
0edb890470 add endpoint to reset process to earlier step 2022-12-29 15:26:29 -05:00
jasquat
05417039fe moved process groups, models, and instances api methods to own controller files w/ burnettk 2022-12-29 15:24:39 -05:00
Elizabeth Esswein
f24d751450 Merge branch 'main' into feature/process-navigation 2022-12-29 12:09:47 -05:00
jasquat
866346f47b added ability to view data objects from the process instance show page w/ burnettk 2022-12-27 11:45:42 -05:00
jasquat
d7ea9ebfe8 fixed get tasks and process instances by group w/ burnettk 2022-12-20 16:02:27 -05:00
Elizabeth Esswein
54d6804421 fix conflicts for like the thousandth time 2022-12-20 10:41:45 -05:00
jasquat
a5d957bcdd fix getting task info for a process instance w/ burnettk 2022-12-19 17:11:39 -05:00
jasquat
eb98086cb6 created process instance list and show pages to handle all and for-me w/ burnettk 2022-12-19 16:16:27 -05:00
Elizabeth Esswein
4390e90a2b fix conflicts yet again 2022-12-19 15:28:44 -05:00
jasquat
389c919d99 merged in main and resolved conflicts w/ burnettk 2022-12-19 14:51:54 -05:00
jasquat
f152195335 updates to disallow modifying a process instance when it is not in the correct state w/ burnettk 2022-12-19 12:55:25 -05:00
Elizabeth Esswein
54426b19bf allow marking task complete without executing 2022-12-18 10:44:42 -05:00
Elizabeth Esswein
8d8f766d45 fix conflicts again 2022-12-18 10:42:19 -05:00