How to create a draw.io shapes in mxGraph? - bpmn

I've to create the following draw.io BPM shapes in mxGrpah using JavaScript.

maybe some of the links will help you:
https://jgraph.github.io/mxgraph/docs/js-api/files/util/mxPoint-js.html
https://desk.draw.io/support/solutions/articles/16000052874-how-to-create-and-edit-shapes-
draw.io is an open-source project so check the following link also:
https://github.com/jgraph/drawio
Regards,

Related

Is there an explanation or documentation for OptaPlanner .ctt file codes?

In particular, I am trying to customize a .ctt file from the Curriculum Course Scheduling example file to fit my own school's timetable scenario. I could not find any documentation on customizing a .ctt file for import. If you advise another approach, I welcome alternatives. I appreciate any guidance as I am approaching the tool with minimal Java experience. Many thanks!
The ctt format description is in the PDF you can download from the ITC2007 website.

Customize user interface for n8n workflows

Is it possible to customize the user interface for n8n workflows? if possible, can someone give an idea. Thank you.
You can find the source code for all the frontend code inside their repository: https://github.com/n8n-io/n8n/tree/master/packages/editor-ui
The editor-ui folder inside packages is what you are looking for.
The app is written using Vue.js ans it's very easy to understand. You can see the n8n-theme*.scss files in the mentioned folder that could be a good starting point.
Feel free to add / share ideas on what you're looking to do and I'll try to help if possible.
Also they have a very active community that can be found here: https://community.n8n.io/

Component Diagram eclipse Plugin

I've been looking for 3 days for a an eclipse plugin that helps you to create a visual component diagram. I also want to be able to extract the XMI file that corresponds to the diagram I create. So far I tried EMF, and GMF, but after installing them, I couldn't find what I need. I only got stuff like this:
I have no problem with using a non-eclipse based tool, as long as it serves my need.
Any help? Thanks.
Try Papyrus. EMF and GMF are frameworks to create your own diagram editors, Papyrus is an open-source tool which is based on them. Component diagram is one of supported UML diagrams. Steps to create a new diagram are described here.
What worked for me is Altova UModel 2014. I downloaded a trial version, and it perfectly matches my need. I can buy it later. No problem.

How can I create a table with rally-app-builder in SDK 2.0rc2?

I need to create a table like this
I am using the rally-app-builder, and was wondering if there is some way of doing it with that?
I've been looking for hours, and couldn't seem to find something that suited my needs.
Just a side question, was is the best way of developing for rally, is it through the rally-app-builder or what do you guys do?
You should find the getting started guide in the SDK docs helpful:
https://help.rallydev.com/apps/2.0rc2/doc/#!/guide/getting_started
There is also a walkthrough of using Rally App Builder to build your first app:
https://help.rallydev.com/apps/2.0rc2/doc/#!/guide/app_builder
This basic grid example should help as well:
https://help.rallydev.com/apps/2.0rc2/doc/#!/example/Grid

DB2 packages in C

I was trying to write a package file in C for db2. But I was just wondering what all include files and functions can be used. I saw this example in this link by york university. It explains a lot but I don't know what resources are available in terms of include libraries and their functions.
Your help is highly appreciated.
http://www.eecs.yorku.ca/course_archive/2012-13/W/3421/db2notes/programs/sage.sqc
Here's a link to the PDF manuals -- see the Application Development section.