README.rst
setup.py
adhesive/__init__.py
adhesive/mainapp.py
adhesive.egg-info/PKG-INFO
adhesive.egg-info/SOURCES.txt
adhesive.egg-info/dependency_links.txt
adhesive.egg-info/entry_points.txt
adhesive.egg-info/requires.txt
adhesive.egg-info/top_level.txt
adhesive/consoleui/ConsoleUserTaskProvider.py
adhesive/consoleui/__init__.py
adhesive/graph/BaseTask.py
adhesive/graph/BoundaryEvent.py
adhesive/graph/Edge.py
adhesive/graph/EndEvent.py
adhesive/graph/ExclusiveGateway.py
adhesive/graph/Gateway.py
adhesive/graph/Loop.py
adhesive/graph/ParallelGateway.py
adhesive/graph/ScriptTask.py
adhesive/graph/StartEvent.py
adhesive/graph/SubProcess.py
adhesive/graph/Task.py
adhesive/graph/UserTask.py
adhesive/graph/Workflow.py
adhesive/graph/__init__.py
adhesive/logging/LogRedirect.py
adhesive/logging/__init__.py
adhesive/model/ActiveEvent.py
adhesive/model/ActiveEventStateMachine.py
adhesive/model/AdhesiveProcess.py
adhesive/model/GatewayController.py
adhesive/model/UiBuilderApi.py
adhesive/model/UserTaskProvider.py
adhesive/model/WorkflowExecutor.py
adhesive/model/WorkflowExecutorConfig.py
adhesive/model/__init__.py
adhesive/model/generate_methods.py
adhesive/scm/__init__.py
adhesive/scm/checkout.py
adhesive/steps/AdhesiveBaseTask.py
adhesive/steps/AdhesiveTask.py
adhesive/steps/AdhesiveUserTask.py
adhesive/steps/Execution.py
adhesive/steps/ExecutionData.py
adhesive/steps/ExecutionToken.py
adhesive/steps/WorkflowLoop.py
adhesive/steps/__init__.py
adhesive/steps/call_script_task.py
adhesive/storage/__init__.py
adhesive/storage/ensure_folder.py
adhesive/workspace/Workspace.py
adhesive/workspace/__init__.py
adhesive/workspace/docker.py
adhesive/workspace/local/LocalLinuxWorkspace.py
adhesive/workspace/local/__init__.py
adhesive/xml/__init__.py
adhesive/xml/bpmn.py
adhesive/xml/tasks.py
test/__init__.py
test/adhesive/__init__.py
test/adhesive/steps/__init__.py
test/adhesive/steps/check_equals.py
test/adhesive/steps/test_error_event_interrupting.py
test/adhesive/steps/test_error_event_propagates_up.py
test/adhesive/steps/test_gateway_exclusive_sign.py
test/adhesive/steps/test_gateway_execution.py
test/adhesive/steps/test_gateway_inclusive.py
test/adhesive/steps/test_gateway_parallel.py
test/adhesive/steps/test_loop.py
test/adhesive/steps/test_parallel_workflow_executor.py
test/adhesive/steps/test_script_task.py
test/adhesive/steps/test_task_join_execution.py
test/adhesive/steps/test_tasks.py
test/adhesive/steps/test_user_task_basic_ui.py
test/adhesive/steps/test_user_task_join_ui.py
test/adhesive/steps/test_wait_link_back.py
test/adhesive/steps/test_workflow_executor_basic.py
test/adhesive/steps/test_workflow_executor_simple.py
test/adhesive/steps/test_workflow_executor_sub_process.py
test/adhesive/steps/ui_provider.py
test/adhesive/xml/__init__.py
test/adhesive/xml/test_reading_bpmn.py