@opkeydev wrote:
Hi,
I am currently trying to produce a BPMN layout very similar to the BPMN example on the GoJS samples page, but I want to auto arrange nodes in one lane I don’t need to provide any location for node . I have a screenshot below of a simple example:
Node Json
{
“key”: 131,
“category”: “activity”,
“text”: “Task”,
“item”: “generic task”,
“taskType”: 0,
“loc”: “515.109375 209”,
“group”: “Lane-0”
}
and when i am removing loc from node JSON then nodes are not displaying in lane.
Posts: 2
Participants: 2
