diff --git a/misc/message-start-event-with-multiple-forms/entry-form-schema.json b/misc/message-start-event-with-multiple-forms/entry-form-schema.json new file mode 100644 index 00000000..9bf6b006 --- /dev/null +++ b/misc/message-start-event-with-multiple-forms/entry-form-schema.json @@ -0,0 +1,11 @@ +{ + "title": "Form for message start event", + "type": "object", + "required": ["firstName"], + "properties": { + "firstName": { + "type": "string", + "title": "First name" + } + } +} diff --git a/misc/message-start-event-with-multiple-forms/entry-form-uischema.json b/misc/message-start-event-with-multiple-forms/entry-form-uischema.json new file mode 100644 index 00000000..9e26dfee --- /dev/null +++ b/misc/message-start-event-with-multiple-forms/entry-form-uischema.json @@ -0,0 +1 @@ +{} \ No newline at end of file diff --git a/misc/message-start-event-with-multiple-forms/message-start-event-with-multiple-forms.bpmn b/misc/message-start-event-with-multiple-forms/message-start-event-with-multiple-forms.bpmn new file mode 100644 index 00000000..c5750be2 --- /dev/null +++ b/misc/message-start-event-with-multiple-forms/message-start-event-with-multiple-forms.bpmn @@ -0,0 +1,122 @@ + + + + + + + + + message_start_event_one + script_task_one + user_task_one + + + Event_0c0wt46 + admin_task + + + + + + + + + + + + Flow_17db3yp + + + + + 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 + a = 1 + + + + + + + + false + + + + Flow_12pkbxb + Flow_14h4dnh + + + Flow_1aprws7 + + + + + Flow_14h4dnh + Flow_1aprws7 + + + + + incoming_request + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/misc/message-start-event-with-multiple-forms/process_model.json b/misc/message-start-event-with-multiple-forms/process_model.json new file mode 100644 index 00000000..479f9145 --- /dev/null +++ b/misc/message-start-event-with-multiple-forms/process_model.json @@ -0,0 +1,9 @@ +{ + "description": "", + "display_name": "message-start-event-with-multiple-forms", + "exception_notification_addresses": [], + "fault_or_suspend_on_exception": "fault", + "metadata_extraction_paths": null, + "primary_file_name": "message-start-event-with-multiple-forms.bpmn", + "primary_process_id": "Process_message_start_event_with_multiple_forms_bkmtffv" +} \ No newline at end of file diff --git a/misc/message-start-event-with-multiple-forms/second-form-exampledata.json b/misc/message-start-event-with-multiple-forms/second-form-exampledata.json new file mode 100644 index 00000000..9e26dfee --- /dev/null +++ b/misc/message-start-event-with-multiple-forms/second-form-exampledata.json @@ -0,0 +1 @@ +{} \ No newline at end of file diff --git a/misc/message-start-event-with-multiple-forms/second-form-schema.json b/misc/message-start-event-with-multiple-forms/second-form-schema.json new file mode 100644 index 00000000..d0aabfc2 --- /dev/null +++ b/misc/message-start-event-with-multiple-forms/second-form-schema.json @@ -0,0 +1,11 @@ +{ + "title": "Your results", + "description": "HELLO {{incoming_request['firstName']}}", + "type": "object", + "properties": { + "lastName": { + "type": "string", + "title": "Last name" + } + } +} \ No newline at end of file diff --git a/misc/message-start-event-with-multiple-forms/second-form-uischema.json b/misc/message-start-event-with-multiple-forms/second-form-uischema.json new file mode 100644 index 00000000..9e26dfee --- /dev/null +++ b/misc/message-start-event-with-multiple-forms/second-form-uischema.json @@ -0,0 +1 @@ +{} \ No newline at end of file diff --git a/site-administration/set-permissions/group_permissions.dmn b/site-administration/set-permissions/group_permissions.dmn index 0f030533..06ea61b4 100644 --- a/site-administration/set-permissions/group_permissions.dmn +++ b/site-administration/set-permissions/group_permissions.dmn @@ -127,6 +127,20 @@ "/extensions/aggregate-metadata" + + + + + + "spiff_public" + + + ["all"] + + + "/public/*" + +