Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,14 @@ __pycache__
*.log
*.db
wfdata

# Don't track model definitions of the user, but keep the examples that are part of the
# repository.
models/*
!models/camunds
!models/tutorial

# Don't track form definitions of the user, but keep the examples that are part of the
# repository.
forms/*
!forms/tutorial
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion spiff_example/spiff/curses_handlers.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
from ..curses_ui.user_input import SimpleField, Option, JsonField
from ..curses_ui.human_task_handler import TaskHandler

forms_dir = 'bpmn/tutorial/forms'
forms_dir = 'forms/tutorial'

class SpiffTaskHandler(TaskHandler):

Expand Down