From 519041ecc957c0705a01eb28c5fb0184abdfd8d5 Mon Sep 17 00:00:00 2001 From: sartography-automated-committer Date: Sun, 18 Feb 2024 09:22:36 +0000 Subject: [PATCH] User: waqqas.jabbar@gmail.com created process model playground/nutech/form-initial-value --- .../form-initial-value.bpmn | 51 +++++++++++++++++++ .../form-initial-value/process_model.json | 9 ++++ 2 files changed, 60 insertions(+) create mode 100644 playground/nutech/form-initial-value/form-initial-value.bpmn create mode 100644 playground/nutech/form-initial-value/process_model.json diff --git a/playground/nutech/form-initial-value/form-initial-value.bpmn b/playground/nutech/form-initial-value/form-initial-value.bpmn new file mode 100644 index 00000000..4b6da1da --- /dev/null +++ b/playground/nutech/form-initial-value/form-initial-value.bpmn @@ -0,0 +1,51 @@ + + + + + Flow_17db3yp + + + + + The process instance completed successfully. + + Flow_12pkbxb + + + + + This is an example **Manual Task**. A **Manual Task** is designed to allow someone to complete a task outside of the system and then report back that it is complete. You can click the *Continue* button to proceed. When you are done running this process, you can edit the **Process Model** to include a: + + * **Script Task** - write a short snippet of python code to update some data + * **User Task** - generate a form that collects information from a user + * **Service Task** - communicate with an external API to fetch or update some data. + +You can also change the text you are reading here by updating the *Instructions* on this example manual task. + + Flow_17db3yp + Flow_12pkbxb + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/playground/nutech/form-initial-value/process_model.json b/playground/nutech/form-initial-value/process_model.json new file mode 100644 index 00000000..f44dd8c4 --- /dev/null +++ b/playground/nutech/form-initial-value/process_model.json @@ -0,0 +1,9 @@ +{ + "description": "", + "display_name": "form-initial-value", + "exception_notification_addresses": [], + "fault_or_suspend_on_exception": "fault", + "metadata_extraction_paths": null, + "primary_file_name": "form-initial-value.bpmn", + "primary_process_id": "Process_form_initial_value_az9378y" +} \ No newline at end of file