This project is an implementation of a workflow modeler for creating and maintaining TOSCA compatible management plans.
It is based on the thesis Ein Modellierungswerkzeug für BPMN4TOSCA by Thomas Michelbach.
Fetch dependencies using npm install
Execute npm start
. Open http://localhost:9527/ with correct HTTP GET params:
repositoryURL (e.g. http://dev.winery.opentosca.org/winery/) namespace (e.g. http://www.example.org/ServiceTemplates) id (e.g. PlanDemonstration) plan (e.g. Test)
You can also directly embed it into Winery. Ensure that winery.properties
contains following line.
bpmn4toscamodelerBaseURI=http://localhost:9527/
Copyright (c) 2017 ZTE Corporation.
All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v1.0 and the Apache License v2.0 which both accompany this distribution, and are available at http://www.eclipse.org/legal/epl-v10.html and http://www.apache.org/licenses/LICENSE-2.0.
Please check the EPL FAQ for implications.
See http://www.opentosca.org/#publications for a list of publications in the OpenTOSCA ecosystem.