-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support for using language workbench outputs in activities #173
Comments
Activity created and available on branch mdenet/platform-examples-private/activity-using-xtext-output |
The activity currently doesn't have an action for running the ETL. I assume this is to be defined? |
Yes, I'm currently modifying the Epsilon micronaut function to accept Xmi and will add it when testing |
moved to #177 |
The example activity is working as of commit when used in conjunction with the modified Epsilon tool service pending PR epsilonlabs/playground-micronaut#1 and PR mdenet/platformtools#56 fixed Xtext project file structure. The error in the original turtles-copy example that has identical metamodels should be fixed separately as suggested epsilonlabs/playground-micronaut#2 (comment). Deferred mdenet/platformtools#56 supportSo that mdenet/platformtools#56 can be deferred to support the ongoing module teaching, the following branch provides a version of the example activity in the original Xtext project structure. |
For the current use case, we don't need function output conversion, so this is complete. |
The platform should support activities where the output of language workbenches can be used, for example, model-to-model transformations using ETL of the created language.
Input conversion
Modify the Epsilon ETL tool service to accept XMI inputs.
Output conversion
Add support for automatic conversion of platform tool function outputs.
The text was updated successfully, but these errors were encountered: