Appearance
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
| Name | Type | Description |
|---|---|---|
|
| Event ID for getting the selected object from another component |
Example
json
{
"parent": "WFEntityInstance",
"method": "getWorkFlowGraphState",
"objects": [],
"params": {}
}