diff --git a/example/lanes/my_vacation.bpmn b/example/lanes/my_vacation.bpmn deleted file mode 100644 index df0bf399..00000000 --- a/example/lanes/my_vacation.bpmn +++ /dev/null @@ -1,44 +0,0 @@ - - - - - Flow_08w5ra5 - - - - Flow_15e37at - - - - - - - - - - Flow_08w5ra5 - Flow_15e37at - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/example/lanes/process_model.json b/example/lanes/process_model.json deleted file mode 100644 index 79c2d94c..00000000 --- a/example/lanes/process_model.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "description": "An Example of a Lane", - "display_name": "lanes", - "display_order": 0, - "exception_notification_addresses": [], - "fault_or_suspend_on_exception": "fault", - "files": [], - "metadata_extraction_paths": null, - "primary_file_name": "my_vacation.bpmn", - "primary_process_id": "Process_9wllce2" -} \ No newline at end of file diff --git a/example/lanes/your-favorite-vacation-spot-schema.json b/example/lanes/your-favorite-vacation-spot-schema.json deleted file mode 100644 index 2be1603f..00000000 --- a/example/lanes/your-favorite-vacation-spot-schema.json +++ /dev/null @@ -1,31 +0,0 @@ -{ - "title": "Your favorite vacation spot", - "description": "Tell us all about your favorite vacation", - "properties": { - "location": { - "type": "string", - "title": "Location", - "enum": [ - "Jamaica", - " Spain", - " Costa Rica", - " Florida" - ] - }, - "season": { - "type": "string", - "title": "Season", - "enum": [ - "Summer", - " Winter", - " Fall", - " Spring" - ] - }, - "acitivites": { - "type": "string", - "title": "Acitivites" - } - }, - "required": [] -} \ No newline at end of file diff --git a/example/lanes/your-favorite-vacation-spot-uischema.json b/example/lanes/your-favorite-vacation-spot-uischema.json deleted file mode 100644 index 4c80fe19..00000000 --- a/example/lanes/your-favorite-vacation-spot-uischema.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "ui:order": [ - "location", - "", - "season", - "acitivites" - ] -} \ No newline at end of file