In a js view it would look like
var oProcessFlowSCNoFirstLane = new sap.suite.ui.commons.ProcessFlow("pSimpleCase1NoFirstLane", { nodes: { path: "/nodes", template: new sap.suite.ui.commons.ProcessFlowNode({ nodeId: "{id}", laneId: "{laneId}", title: "{title}", children: "{children}", state: "{state}", titleAbbreviation: "{titleabbr}", stateText: "{state}", tag: { tagCheck: "tagCheck" }, texts: "{texts}" }) }, // end of node lanes: { path: "/lanes", template: new sap.suite.ui.commons.ProcessFlowLaneHeader({ laneId: "{id}", iconSrc: "{iconSrc}", text: "{text}", state: "{state}", position: "{position}" }) }, // end of lane scrollable: true, wheelZoomable: true });
Regards,
Jamie
SAP - Technology RIG