Skip to content

BPMN Panel API / Panel Types / BpmnPanelRequest

Type Alias: BpmnPanelRequest

ts
type BpmnPanelRequest = MethodRunObject & {
  getSelectedObjectForEventId?: string;
};

Defined in: features/panels/variants/bpmn/types/panel/request.ts:18

Request to fetch the BPMN graph data.

Type Declaration

NameTypeDescription

getSelectedObjectForEventId?

string

Event ID for getting the selected object from another component

Example

json
{
  "parent": "WFEntityInstance",
  "method": "getWorkFlowGraphState",
  "objects": [],
  "params": {}
}