diff --git a/service-tests/example-for-michael/fofm.json b/service-tests/example-for-michael/fofm.json new file mode 100644 index 00000000..4a6194d8 --- /dev/null +++ b/service-tests/example-for-michael/fofm.json @@ -0,0 +1,25 @@ +{ + "title": "A registration form", + "description": "A simple form example.", + "type": "object", + "required": [ + "firstName", + "lastName" + ], + "properties": { + "firstName": { + "type": "string", + "title": "First name", + "default": "Michael" + }, + "lastName": { + "type": "string", + "title": "Last name" + }, + "telephone": { + "type": "string", + "title": "Telephone", + "minLength": 10 + } + } +} \ No newline at end of file diff --git a/service-tests/example-for-michael/michael.bpmn b/service-tests/example-for-michael/michael.bpmn new file mode 100644 index 00000000..01af41b4 --- /dev/null +++ b/service-tests/example-for-michael/michael.bpmn @@ -0,0 +1,44 @@ + + + + + Flow_05vxe68 + + + + Flow_0se0cv1 + + + + + + + + + + Flow_05vxe68 + Flow_0se0cv1 + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/service-tests/example-for-michael/schema.json b/service-tests/example-for-michael/schema.json new file mode 100644 index 00000000..9e26dfee --- /dev/null +++ b/service-tests/example-for-michael/schema.json @@ -0,0 +1 @@ +{} \ No newline at end of file diff --git a/service-tests/example-for-michael/workflow.json b/service-tests/example-for-michael/workflow.json new file mode 100644 index 00000000..e329c013 --- /dev/null +++ b/service-tests/example-for-michael/workflow.json @@ -0,0 +1,13 @@ +{ + "description": "Example For Michael", + "display_name": "Example For Michael", + "display_order": 7, + "exception_notification_addresses": [], + "fault_or_suspend_on_exception": "fault", + "files": [], + "id": "example-for-michael", + "is_review": false, + "primary_file_name": "michael.bpmn", + "primary_process_id": "Proccess_k1cmu31", + "process_group_id": "service-tests" +} \ No newline at end of file