BPMN 2.0 Gateways Entities
Cancel Boundary (Interrupting)
- Preview
- Usage
- Definition
import { CancelBoundaryInterrupting } from '@dinghy/diagrams/entitiesBpmn2Gateways'
<CancelBoundaryInterrupting/>
// or
import { extendStyle } from "@dinghy/base-components";
import { CANCEL_BOUNDARY_INTERRUPTING } from '@dinghy/diagrams/entitiesBpmn2Gateways'
<Shape
{...props}
_style={extendStyle(props, CANCEL_BOUNDARY_INTERRUPTING)}
/>
{
_style: {
entity: 'points=[[0.25,0.25,0],[0.5,0,0],[0.75,0.25,0],[1,0.5,0],[0.75,0.75,0],[0.5,1,0],[0.25,0.75,0],[0,0.5,0]];shape=mxgraph.bpmn.gateway2;html=1;verticalLabelPosition=bottom;labelBackgroundColor=#ffffff;verticalAlign=top;align=center;perimeter=rhombusPerimeter;outlineConnect=0;outline=boundInt;symbol=cancel;',
},
_original_width: 50,
_original_height: 50,
}
Cancel End
- Preview
- Usage
- Definition
import { CancelEnd } from '@dinghy/diagrams/entitiesBpmn2Gateways'
<CancelEnd/>
// or
import { extendStyle } from "@dinghy/base-components";
import { CANCEL_END } from '@dinghy/diagrams/entitiesBpmn2Gateways'
<Shape
{...props}
_style={extendStyle(props, CANCEL_END)}
/>
{
_style: {
entity: 'points=[[0.25,0.25,0],[0.5,0,0],[0.75,0.25,0],[1,0.5,0],[0.75,0.75,0],[0.5,1,0],[0.25,0.75,0],[0,0.5,0]];shape=mxgraph.bpmn.gateway2;html=1;verticalLabelPosition=bottom;labelBackgroundColor=#ffffff;verticalAlign=top;align=center;perimeter=rhombusPerimeter;outlineConnect=0;outline=end;symbol=cancel;',
},
_original_width: 50,
_original_height: 50,
}
Compensation (Interrupting)
- Preview
- Usage
- Definition
import { CompensationInterrupting } from '@dinghy/diagrams/entitiesBpmn2Gateways'
<CompensationInterrupting/>
// or
import { extendStyle } from "@dinghy/base-components";
import { COMPENSATION_INTERRUPTING } from '@dinghy/diagrams/entitiesBpmn2Gateways'
<Shape
{...props}
_style={extendStyle(props, COMPENSATION_INTERRUPTING)}
/>
{
_style: {
entity: 'points=[[0.25,0.25,0],[0.5,0,0],[0.75,0.25,0],[1,0.5,0],[0.75,0.75,0],[0.5,1,0],[0.25,0.75,0],[0,0.5,0]];shape=mxgraph.bpmn.gateway2;html=1;verticalLabelPosition=bottom;labelBackgroundColor=#ffffff;verticalAlign=top;align=center;perimeter=rhombusPerimeter;outlineConnect=0;outline=eventInt;symbol=compensation;',
},
_original_width: 50,
_original_height: 50,
}
Compensation (Throwing)
- Preview
- Usage
- Definition
import { CompensationThrowing } from '@dinghy/diagrams/entitiesBpmn2Gateways'
<CompensationThrowing/>
// or
import { extendStyle } from "@dinghy/base-components";
import { COMPENSATION_THROWING } from '@dinghy/diagrams/entitiesBpmn2Gateways'
<Shape
{...props}
_style={extendStyle(props, COMPENSATION_THROWING)}
/>
{
_style: {
entity: 'points=[[0.25,0.25,0],[0.5,0,0],[0.75,0.25,0],[1,0.5,0],[0.75,0.75,0],[0.5,1,0],[0.25,0.75,0],[0,0.5,0]];shape=mxgraph.bpmn.gateway2;html=1;verticalLabelPosition=bottom;labelBackgroundColor=#ffffff;verticalAlign=top;align=center;perimeter=rhombusPerimeter;outlineConnect=0;outline=throwing;symbol=compensation;',
},
_original_width: 50,
_original_height: 50,
}
Compensation Boundary (Interrupting)
- Preview
- Usage
- Definition
import { CompensationBoundaryInterrupting } from '@dinghy/diagrams/entitiesBpmn2Gateways'
<CompensationBoundaryInterrupting/>
// or
import { extendStyle } from "@dinghy/base-components";
import { COMPENSATION_BOUNDARY_INTERRUPTING } from '@dinghy/diagrams/entitiesBpmn2Gateways'
<Shape
{...props}
_style={extendStyle(props, COMPENSATION_BOUNDARY_INTERRUPTING)}
/>
{
_style: {
entity: 'points=[[0.25,0.25,0],[0.5,0,0],[0.75,0.25,0],[1,0.5,0],[0.75,0.75,0],[0.5,1,0],[0.25,0.75,0],[0,0.5,0]];shape=mxgraph.bpmn.gateway2;html=1;verticalLabelPosition=bottom;labelBackgroundColor=#ffffff;verticalAlign=top;align=center;perimeter=rhombusPerimeter;outlineConnect=0;outline=boundInt;symbol=compensation;',
},
_original_width: 50,
_original_height: 50,
}
Compensation End
- Preview
- Usage
- Definition
import { CompensationEnd } from '@dinghy/diagrams/entitiesBpmn2Gateways'
<CompensationEnd/>
// or
import { extendStyle } from "@dinghy/base-components";
import { COMPENSATION_END } from '@dinghy/diagrams/entitiesBpmn2Gateways'
<Shape
{...props}
_style={extendStyle(props, COMPENSATION_END)}
/>
{
_style: {
entity: 'points=[[0.25,0.25,0],[0.5,0,0],[0.75,0.25,0],[1,0.5,0],[0.75,0.75,0],[0.5,1,0],[0.25,0.75,0],[0,0.5,0]];shape=mxgraph.bpmn.gateway2;html=1;verticalLabelPosition=bottom;labelBackgroundColor=#ffffff;verticalAlign=top;align=center;perimeter=rhombusPerimeter;outlineConnect=0;outline=end;symbol=compensation;',
},
_original_width: 50,
_original_height: 50,
}
Complex
- Preview
- Usage
- Definition
import { Complex } from '@dinghy/diagrams/entitiesBpmn2Gateways'
<Complex/>
// or
import { extendStyle } from "@dinghy/base-components";
import { COMPLEX } from '@dinghy/diagrams/entitiesBpmn2Gateways'
<Shape
{...props}
_style={extendStyle(props, COMPLEX)}
/>
{
_style: {
entity: 'points=[[0.25,0.25,0],[0.5,0,0],[0.75,0.25,0],[1,0.5,0],[0.75,0.75,0],[0.5,1,0],[0.25,0.75,0],[0,0.5,0]];shape=mxgraph.bpmn.gateway2;html=1;verticalLabelPosition=bottom;labelBackgroundColor=#ffffff;verticalAlign=top;align=center;perimeter=rhombusPerimeter;outlineConnect=0;outline=none;symbol=none;gwType=complex;',
},
_original_width: 50,
_original_height: 50,
}
Conditional
- Preview
- Usage
- Definition
import { Conditional } from '@dinghy/diagrams/entitiesBpmn2Gateways'
<Conditional/>
// or
import { extendStyle } from "@dinghy/base-components";
import { CONDITIONAL } from '@dinghy/diagrams/entitiesBpmn2Gateways'
<Shape
{...props}
_style={extendStyle(props, CONDITIONAL)}
/>
{
_style: {
entity: 'points=[[0.25,0.25,0],[0.5,0,0],[0.75,0.25,0],[1,0.5,0],[0.75,0.75,0],[0.5,1,0],[0.25,0.75,0],[0,0.5,0]];shape=mxgraph.bpmn.gateway2;html=1;verticalLabelPosition=bottom;labelBackgroundColor=#ffffff;verticalAlign=top;align=center;perimeter=rhombusPerimeter;outlineConnect=0;outline=standard;symbol=conditional;',
},
_original_width: 50,
_original_height: 50,
}
Conditional (Catching)
- Preview
- Usage
- Definition
import { ConditionalCatching } from '@dinghy/diagrams/entitiesBpmn2Gateways'
<ConditionalCatching/>
// or
import { extendStyle } from "@dinghy/base-components";
import { CONDITIONAL_CATCHING } from '@dinghy/diagrams/entitiesBpmn2Gateways'
<Shape
{...props}
_style={extendStyle(props, CONDITIONAL_CATCHING)}
/>
{
_style: {
entity: 'points=[[0.25,0.25,0],[0.5,0,0],[0.75,0.25,0],[1,0.5,0],[0.75,0.75,0],[0.5,1,0],[0.25,0.75,0],[0,0.5,0]];shape=mxgraph.bpmn.gateway2;html=1;verticalLabelPosition=bottom;labelBackgroundColor=#ffffff;verticalAlign=top;align=center;perimeter=rhombusPerimeter;outlineConnect=0;outline=catching;symbol=conditional;',
},
_original_width: 50,
_original_height: 50,
}
Conditional (Interrupting)
- Preview
- Usage
- Definition
import { ConditionalInterrupting } from '@dinghy/diagrams/entitiesBpmn2Gateways'
<ConditionalInterrupting/>
// or
import { extendStyle } from "@dinghy/base-components";
import { CONDITIONAL_INTERRUPTING } from '@dinghy/diagrams/entitiesBpmn2Gateways'
<Shape
{...props}
_style={extendStyle(props, CONDITIONAL_INTERRUPTING)}
/>
{
_style: {
entity: 'points=[[0.25,0.25,0],[0.5,0,0],[0.75,0.25,0],[1,0.5,0],[0.75,0.75,0],[0.5,1,0],[0.25,0.75,0],[0,0.5,0]];shape=mxgraph.bpmn.gateway2;html=1;verticalLabelPosition=bottom;labelBackgroundColor=#ffffff;verticalAlign=top;align=center;perimeter=rhombusPerimeter;outlineConnect=0;outline=eventInt;symbol=conditional;',
},
_original_width: 50,
_original_height: 50,
}
Conditional (Non-Interrupting)
- Preview
- Usage
- Definition
import { ConditionalNonInterrupting } from '@dinghy/diagrams/entitiesBpmn2Gateways'
<ConditionalNonInterrupting/>
// or
import { extendStyle } from "@dinghy/base-components";
import { CONDITIONAL_NON_INTERRUPTING } from '@dinghy/diagrams/entitiesBpmn2Gateways'
<Shape
{...props}
_style={extendStyle(props, CONDITIONAL_NON_INTERRUPTING)}
/>
{
_style: {
entity: 'points=[[0.25,0.25,0],[0.5,0,0],[0.75,0.25,0],[1,0.5,0],[0.75,0.75,0],[0.5,1,0],[0.25,0.75,0],[0,0.5,0]];shape=mxgraph.bpmn.gateway2;html=1;verticalLabelPosition=bottom;labelBackgroundColor=#ffffff;verticalAlign=top;align=center;perimeter=rhombusPerimeter;outlineConnect=0;outline=eventNonint;symbol=conditional;',
},
_original_width: 50,
_original_height: 50,
}
Conditional Boundary (Interrupting)
- Preview
- Usage
- Definition
import { ConditionalBoundaryInterrupting } from '@dinghy/diagrams/entitiesBpmn2Gateways'
<ConditionalBoundaryInterrupting/>
// or
import { extendStyle } from "@dinghy/base-components";
import { CONDITIONAL_BOUNDARY_INTERRUPTING } from '@dinghy/diagrams/entitiesBpmn2Gateways'
<Shape
{...props}
_style={extendStyle(props, CONDITIONAL_BOUNDARY_INTERRUPTING)}
/>
{
_style: {
entity: 'points=[[0.25,0.25,0],[0.5,0,0],[0.75,0.25,0],[1,0.5,0],[0.75,0.75,0],[0.5,1,0],[0.25,0.75,0],[0,0.5,0]];shape=mxgraph.bpmn.gateway2;html=1;verticalLabelPosition=bottom;labelBackgroundColor=#ffffff;verticalAlign=top;align=center;perimeter=rhombusPerimeter;outlineConnect=0;outline=boundInt;symbol=conditional;',
},
_original_width: 50,
_original_height: 50,
}
Conditional Boundary (Non-Interrupting)
- Preview
- Usage
- Definition
import { ConditionalBoundaryNonInterrupting } from '@dinghy/diagrams/entitiesBpmn2Gateways'
<ConditionalBoundaryNonInterrupting/>
// or
import { extendStyle } from "@dinghy/base-components";
import { CONDITIONAL_BOUNDARY_NON_INTERRUPTING } from '@dinghy/diagrams/entitiesBpmn2Gateways'
<Shape
{...props}
_style={extendStyle(props, CONDITIONAL_BOUNDARY_NON_INTERRUPTING)}
/>
{
_style: {
entity: 'points=[[0.25,0.25,0],[0.5,0,0],[0.75,0.25,0],[1,0.5,0],[0.75,0.75,0],[0.5,1,0],[0.25,0.75,0],[0,0.5,0]];shape=mxgraph.bpmn.gateway2;html=1;verticalLabelPosition=bottom;labelBackgroundColor=#ffffff;verticalAlign=top;align=center;perimeter=rhombusPerimeter;outlineConnect=0;outline=boundNonint;symbol=conditional;',
},
_original_width: 50,
_original_height: 50,
}
Error (End)
- Preview
- Usage
- Definition
import { ErrorEnd } from '@dinghy/diagrams/entitiesBpmn2Gateways'
<ErrorEnd/>
// or
import { extendStyle } from "@dinghy/base-components";
import { ERROR_END } from '@dinghy/diagrams/entitiesBpmn2Gateways'
<Shape
{...props}
_style={extendStyle(props, ERROR_END)}
/>
{
_style: {
entity: 'points=[[0.25,0.25,0],[0.5,0,0],[0.75,0.25,0],[1,0.5,0],[0.75,0.75,0],[0.5,1,0],[0.25,0.75,0],[0,0.5,0]];shape=mxgraph.bpmn.gateway2;html=1;verticalLabelPosition=bottom;labelBackgroundColor=#ffffff;verticalAlign=top;align=center;perimeter=rhombusPerimeter;outlineConnect=0;outline=end;symbol=error;',
},
_original_width: 50,
_original_height: 50,
}
Error (Interrupting)
- Preview
- Usage
- Definition
import { ErrorInterrupting } from '@dinghy/diagrams/entitiesBpmn2Gateways'
<ErrorInterrupting/>
// or
import { extendStyle } from "@dinghy/base-components";
import { ERROR_INTERRUPTING } from '@dinghy/diagrams/entitiesBpmn2Gateways'
<Shape
{...props}
_style={extendStyle(props, ERROR_INTERRUPTING)}
/>
{
_style: {
entity: 'points=[[0.25,0.25,0],[0.5,0,0],[0.75,0.25,0],[1,0.5,0],[0.75,0.75,0],[0.5,1,0],[0.25,0.75,0],[0,0.5,0]];shape=mxgraph.bpmn.gateway2;html=1;verticalLabelPosition=bottom;labelBackgroundColor=#ffffff;verticalAlign=top;align=center;perimeter=rhombusPerimeter;outlineConnect=0;outline=eventInt;symbol=error;',
},
_original_width: 50,
_original_height: 50,
}
Error Boundary (Interrupting)
- Preview
- Usage
- Definition
import { ErrorBoundaryInterrupting } from '@dinghy/diagrams/entitiesBpmn2Gateways'
<ErrorBoundaryInterrupting/>
// or
import { extendStyle } from "@dinghy/base-components";
import { ERROR_BOUNDARY_INTERRUPTING } from '@dinghy/diagrams/entitiesBpmn2Gateways'
<Shape
{...props}
_style={extendStyle(props, ERROR_BOUNDARY_INTERRUPTING)}
/>
{
_style: {
entity: 'points=[[0.25,0.25,0],[0.5,0,0],[0.75,0.25,0],[1,0.5,0],[0.75,0.75,0],[0.5,1,0],[0.25,0.75,0],[0,0.5,0]];shape=mxgraph.bpmn.gateway2;html=1;verticalLabelPosition=bottom;labelBackgroundColor=#ffffff;verticalAlign=top;align=center;perimeter=rhombusPerimeter;outlineConnect=0;outline=boundInt;symbol=error;',
},
_original_width: 50,
_original_height: 50,
}
Escalation (Interrupting)
- Preview
- Usage
- Definition
import { EscalationInterrupting } from '@dinghy/diagrams/entitiesBpmn2Gateways'
<EscalationInterrupting/>
// or
import { extendStyle } from "@dinghy/base-components";
import { ESCALATION_INTERRUPTING } from '@dinghy/diagrams/entitiesBpmn2Gateways'
<Shape
{...props}
_style={extendStyle(props, ESCALATION_INTERRUPTING)}
/>
{
_style: {
entity: 'points=[[0.25,0.25,0],[0.5,0,0],[0.75,0.25,0],[1,0.5,0],[0.75,0.75,0],[0.5,1,0],[0.25,0.75,0],[0,0.5,0]];shape=mxgraph.bpmn.gateway2;html=1;verticalLabelPosition=bottom;labelBackgroundColor=#ffffff;verticalAlign=top;align=center;perimeter=rhombusPerimeter;outlineConnect=0;outline=eventInt;symbol=escalation;',
},
_original_width: 50,
_original_height: 50,
}
Escalation (Non-Interrupting)
- Preview
- Usage
- Definition
import { EscalationNonInterrupting } from '@dinghy/diagrams/entitiesBpmn2Gateways'
<EscalationNonInterrupting/>
// or
import { extendStyle } from "@dinghy/base-components";
import { ESCALATION_NON_INTERRUPTING } from '@dinghy/diagrams/entitiesBpmn2Gateways'
<Shape
{...props}
_style={extendStyle(props, ESCALATION_NON_INTERRUPTING)}
/>
{
_style: {
entity: 'points=[[0.25,0.25,0],[0.5,0,0],[0.75,0.25,0],[1,0.5,0],[0.75,0.75,0],[0.5,1,0],[0.25,0.75,0],[0,0.5,0]];shape=mxgraph.bpmn.gateway2;html=1;verticalLabelPosition=bottom;labelBackgroundColor=#ffffff;verticalAlign=top;align=center;perimeter=rhombusPerimeter;outlineConnect=0;outline=eventNonint;symbol=escalation;',
},
_original_width: 50,
_original_height: 50,
}
Escalation (Throwing)
- Preview
- Usage
- Definition
import { EscalationThrowing } from '@dinghy/diagrams/entitiesBpmn2Gateways'
<EscalationThrowing/>
// or
import { extendStyle } from "@dinghy/base-components";
import { ESCALATION_THROWING } from '@dinghy/diagrams/entitiesBpmn2Gateways'
<Shape
{...props}
_style={extendStyle(props, ESCALATION_THROWING)}
/>
{
_style: {
entity: 'points=[[0.25,0.25,0],[0.5,0,0],[0.75,0.25,0],[1,0.5,0],[0.75,0.75,0],[0.5,1,0],[0.25,0.75,0],[0,0.5,0]];shape=mxgraph.bpmn.gateway2;html=1;verticalLabelPosition=bottom;labelBackgroundColor=#ffffff;verticalAlign=top;align=center;perimeter=rhombusPerimeter;outlineConnect=0;outline=throwing;symbol=escalation;',
},
_original_width: 50,
_original_height: 50,
}
Escalation Boundary (Interrupting)
- Preview
- Usage
- Definition
import { EscalationBoundaryInterrupting } from '@dinghy/diagrams/entitiesBpmn2Gateways'
<EscalationBoundaryInterrupting/>
// or
import { extendStyle } from "@dinghy/base-components";
import { ESCALATION_BOUNDARY_INTERRUPTING } from '@dinghy/diagrams/entitiesBpmn2Gateways'
<Shape
{...props}
_style={extendStyle(props, ESCALATION_BOUNDARY_INTERRUPTING)}
/>
{
_style: {
entity: 'points=[[0.25,0.25,0],[0.5,0,0],[0.75,0.25,0],[1,0.5,0],[0.75,0.75,0],[0.5,1,0],[0.25,0.75,0],[0,0.5,0]];shape=mxgraph.bpmn.gateway2;html=1;verticalLabelPosition=bottom;labelBackgroundColor=#ffffff;verticalAlign=top;align=center;perimeter=rhombusPerimeter;outlineConnect=0;outline=boundInt;symbol=escalation;',
},
_original_width: 50,
_original_height: 50,
}
Escalation Boundary (Non-Interrupting)
- Preview
- Usage
- Definition
import { EscalationBoundaryNonInterrupting } from '@dinghy/diagrams/entitiesBpmn2Gateways'
<EscalationBoundaryNonInterrupting/>
// or
import { extendStyle } from "@dinghy/base-components";
import { ESCALATION_BOUNDARY_NON_INTERRUPTING } from '@dinghy/diagrams/entitiesBpmn2Gateways'
<Shape
{...props}
_style={extendStyle(props, ESCALATION_BOUNDARY_NON_INTERRUPTING)}
/>
{
_style: {
entity: 'points=[[0.25,0.25,0],[0.5,0,0],[0.75,0.25,0],[1,0.5,0],[0.75,0.75,0],[0.5,1,0],[0.25,0.75,0],[0,0.5,0]];shape=mxgraph.bpmn.gateway2;html=1;verticalLabelPosition=bottom;labelBackgroundColor=#ffffff;verticalAlign=top;align=center;perimeter=rhombusPerimeter;outlineConnect=0;outline=boundNonint;symbol=escalation;',
},
_original_width: 50,
_original_height: 50,
}
Escalation End
- Preview
- Usage
- Definition
import { EscalationEnd } from '@dinghy/diagrams/entitiesBpmn2Gateways'
<EscalationEnd/>
// or
import { extendStyle } from "@dinghy/base-components";
import { ESCALATION_END } from '@dinghy/diagrams/entitiesBpmn2Gateways'
<Shape
{...props}
_style={extendStyle(props, ESCALATION_END)}
/>
{
_style: {
entity: 'points=[[0.25,0.25,0],[0.5,0,0],[0.75,0.25,0],[1,0.5,0],[0.75,0.75,0],[0.5,1,0],[0.25,0.75,0],[0,0.5,0]];shape=mxgraph.bpmn.gateway2;html=1;verticalLabelPosition=bottom;labelBackgroundColor=#ffffff;verticalAlign=top;align=center;perimeter=rhombusPerimeter;outlineConnect=0;outline=end;symbol=escalation;',
},
_original_width: 50,
_original_height: 50,
}
Exclusive
- Preview
- Usage
- Definition
import { Exclusive } from '@dinghy/diagrams/entitiesBpmn2Gateways'
<Exclusive/>
// or
import { extendStyle } from "@dinghy/base-components";
import { EXCLUSIVE } from '@dinghy/diagrams/entitiesBpmn2Gateways'
<Shape
{...props}
_style={extendStyle(props, EXCLUSIVE)}
/>
{
_style: {
entity: 'points=[[0.25,0.25,0],[0.5,0,0],[0.75,0.25,0],[1,0.5,0],[0.75,0.75,0],[0.5,1,0],[0.25,0.75,0],[0,0.5,0]];shape=mxgraph.bpmn.gateway2;html=1;verticalLabelPosition=bottom;labelBackgroundColor=#ffffff;verticalAlign=top;align=center;perimeter=rhombusPerimeter;outlineConnect=0;outline=none;symbol=none;',
},
_original_width: 50,
_original_height: 50,
}
Exclusive 2
- Preview
- Usage
- Definition
import { Exclusive2 } from '@dinghy/diagrams/entitiesBpmn2Gateways'
<Exclusive2/>
// or
import { extendStyle } from "@dinghy/base-components";
import { EXCLUSIVE_2 } from '@dinghy/diagrams/entitiesBpmn2Gateways'
<Shape
{...props}
_style={extendStyle(props, EXCLUSIVE_2)}
/>
{
_style: {
entity: 'points=[[0.25,0.25,0],[0.5,0,0],[0.75,0.25,0],[1,0.5,0],[0.75,0.75,0],[0.5,1,0],[0.25,0.75,0],[0,0.5,0]];shape=mxgraph.bpmn.gateway2;html=1;verticalLabelPosition=bottom;labelBackgroundColor=#ffffff;verticalAlign=top;align=center;perimeter=rhombusPerimeter;outlineConnect=0;outline=none;symbol=none;gwType=exclusive;',
},
_original_width: 50,
_original_height: 50,
}
Inclusive
- Preview
- Usage
- Definition
import { Inclusive } from '@dinghy/diagrams/entitiesBpmn2Gateways'
<Inclusive/>
// or
import { extendStyle } from "@dinghy/base-components";
import { INCLUSIVE } from '@dinghy/diagrams/entitiesBpmn2Gateways'
<Shape
{...props}
_style={extendStyle(props, INCLUSIVE)}
/>
{
_style: {
entity: 'points=[[0.25,0.25,0],[0.5,0,0],[0.75,0.25,0],[1,0.5,0],[0.75,0.75,0],[0.5,1,0],[0.25,0.75,0],[0,0.5,0]];shape=mxgraph.bpmn.gateway2;html=1;verticalLabelPosition=bottom;labelBackgroundColor=#ffffff;verticalAlign=top;align=center;perimeter=rhombusPerimeter;outlineConnect=0;outline=end;symbol=general;',
},
_original_width: 50,
_original_height: 50,
}
Intermediate
- Preview
- Usage
- Definition
import { Intermediate } from '@dinghy/diagrams/entitiesBpmn2Gateways'
<Intermediate/>
// or
import { extendStyle } from "@dinghy/base-components";
import { INTERMEDIATE } from '@dinghy/diagrams/entitiesBpmn2Gateways'
<Shape
{...props}
_style={extendStyle(props, INTERMEDIATE)}
/>
{
_style: {
entity: 'points=[[0.25,0.25,0],[0.5,0,0],[0.75,0.25,0],[1,0.5,0],[0.75,0.75,0],[0.5,1,0],[0.25,0.75,0],[0,0.5,0]];shape=mxgraph.bpmn.gateway2;html=1;verticalLabelPosition=bottom;labelBackgroundColor=#ffffff;verticalAlign=top;align=center;perimeter=rhombusPerimeter;outlineConnect=0;outline=throwing;symbol=general;',
},
_original_width: 50,
_original_height: 50,
}
Link (Catching)
- Preview
- Usage
- Definition
import { LinkCatching } from '@dinghy/diagrams/entitiesBpmn2Gateways'
<LinkCatching/>
// or
import { extendStyle } from "@dinghy/base-components";
import { LINK_CATCHING } from '@dinghy/diagrams/entitiesBpmn2Gateways'
<Shape
{...props}
_style={extendStyle(props, LINK_CATCHING)}
/>
{
_style: {
entity: 'points=[[0.25,0.25,0],[0.5,0,0],[0.75,0.25,0],[1,0.5,0],[0.75,0.75,0],[0.5,1,0],[0.25,0.75,0],[0,0.5,0]];shape=mxgraph.bpmn.gateway2;html=1;verticalLabelPosition=bottom;labelBackgroundColor=#ffffff;verticalAlign=top;align=center;perimeter=rhombusPerimeter;outlineConnect=0;outline=catching;symbol=link;',
},
_original_width: 50,
_original_height: 50,
}
Link (Throwing)
- Preview
- Usage
- Definition
import { LinkThrowing } from '@dinghy/diagrams/entitiesBpmn2Gateways'
<LinkThrowing/>
// or
import { extendStyle } from "@dinghy/base-components";
import { LINK_THROWING } from '@dinghy/diagrams/entitiesBpmn2Gateways'
<Shape
{...props}
_style={extendStyle(props, LINK_THROWING)}
/>
{
_style: {
entity: 'points=[[0.25,0.25,0],[0.5,0,0],[0.75,0.25,0],[1,0.5,0],[0.75,0.75,0],[0.5,1,0],[0.25,0.75,0],[0,0.5,0]];shape=mxgraph.bpmn.gateway2;html=1;verticalLabelPosition=bottom;labelBackgroundColor=#ffffff;verticalAlign=top;align=center;perimeter=rhombusPerimeter;outlineConnect=0;outline=throwing;symbol=link;',
},
_original_width: 50,
_original_height: 50,
}
Message
- Preview
- Usage
- Definition
import { Message } from '@dinghy/diagrams/entitiesBpmn2Gateways'
<Message/>
// or
import { extendStyle } from "@dinghy/base-components";
import { MESSAGE } from '@dinghy/diagrams/entitiesBpmn2Gateways'
<Shape
{...props}
_style={extendStyle(props, MESSAGE)}
/>
{
_style: {
entity: 'points=[[0.25,0.25,0],[0.5,0,0],[0.75,0.25,0],[1,0.5,0],[0.75,0.75,0],[0.5,1,0],[0.25,0.75,0],[0,0.5,0]];shape=mxgraph.bpmn.gateway2;html=1;verticalLabelPosition=bottom;labelBackgroundColor=#ffffff;verticalAlign=top;align=center;perimeter=rhombusPerimeter;outlineConnect=0;outline=standard;symbol=message;',
},
_original_width: 50,
_original_height: 50,
}
Message (Catching)
- Preview
- Usage
- Definition
import { MessageCatching } from '@dinghy/diagrams/entitiesBpmn2Gateways'
<MessageCatching/>
// or
import { extendStyle } from "@dinghy/base-components";
import { MESSAGE_CATCHING } from '@dinghy/diagrams/entitiesBpmn2Gateways'
<Shape
{...props}
_style={extendStyle(props, MESSAGE_CATCHING)}
/>
{
_style: {
entity: 'points=[[0.25,0.25,0],[0.5,0,0],[0.75,0.25,0],[1,0.5,0],[0.75,0.75,0],[0.5,1,0],[0.25,0.75,0],[0,0.5,0]];shape=mxgraph.bpmn.gateway2;html=1;verticalLabelPosition=bottom;labelBackgroundColor=#ffffff;verticalAlign=top;align=center;perimeter=rhombusPerimeter;outlineConnect=0;outline=catching;symbol=message;',
},
_original_width: 50,
_original_height: 50,
}
Message (Interrupting)
- Preview
- Usage
- Definition
import { MessageInterrupting } from '@dinghy/diagrams/entitiesBpmn2Gateways'
<MessageInterrupting/>
// or
import { extendStyle } from "@dinghy/base-components";
import { MESSAGE_INTERRUPTING } from '@dinghy/diagrams/entitiesBpmn2Gateways'
<Shape
{...props}
_style={extendStyle(props, MESSAGE_INTERRUPTING)}
/>
{
_style: {
entity: 'points=[[0.25,0.25,0],[0.5,0,0],[0.75,0.25,0],[1,0.5,0],[0.75,0.75,0],[0.5,1,0],[0.25,0.75,0],[0,0.5,0]];shape=mxgraph.bpmn.gateway2;html=1;verticalLabelPosition=bottom;labelBackgroundColor=#ffffff;verticalAlign=top;align=center;perimeter=rhombusPerimeter;outlineConnect=0;outline=eventInt;symbol=message;',
},
_original_width: 50,
_original_height: 50,
}
Message (Non-Interrupting)
- Preview
- Usage
- Definition
import { MessageNonInterrupting } from '@dinghy/diagrams/entitiesBpmn2Gateways'
<MessageNonInterrupting/>
// or
import { extendStyle } from "@dinghy/base-components";
import { MESSAGE_NON_INTERRUPTING } from '@dinghy/diagrams/entitiesBpmn2Gateways'
<Shape
{...props}
_style={extendStyle(props, MESSAGE_NON_INTERRUPTING)}
/>
{
_style: {
entity: 'points=[[0.25,0.25,0],[0.5,0,0],[0.75,0.25,0],[1,0.5,0],[0.75,0.75,0],[0.5,1,0],[0.25,0.75,0],[0,0.5,0]];shape=mxgraph.bpmn.gateway2;html=1;verticalLabelPosition=bottom;labelBackgroundColor=#ffffff;verticalAlign=top;align=center;perimeter=rhombusPerimeter;outlineConnect=0;outline=eventNonint;symbol=message;',
},
_original_width: 50,
_original_height: 50,
}
Message (Throwing)
- Preview
- Usage
- Definition
import { MessageThrowing } from '@dinghy/diagrams/entitiesBpmn2Gateways'
<MessageThrowing/>
// or
import { extendStyle } from "@dinghy/base-components";
import { MESSAGE_THROWING } from '@dinghy/diagrams/entitiesBpmn2Gateways'
<Shape
{...props}
_style={extendStyle(props, MESSAGE_THROWING)}
/>
{
_style: {
entity: 'points=[[0.25,0.25,0],[0.5,0,0],[0.75,0.25,0],[1,0.5,0],[0.75,0.75,0],[0.5,1,0],[0.25,0.75,0],[0,0.5,0]];shape=mxgraph.bpmn.gateway2;html=1;verticalLabelPosition=bottom;labelBackgroundColor=#ffffff;verticalAlign=top;align=center;perimeter=rhombusPerimeter;outlineConnect=0;outline=throwing;symbol=message;',
},
_original_width: 50,
_original_height: 50,
}
Message Boundary (Interrupting)
- Preview
- Usage
- Definition
import { MessageBoundaryInterrupting } from '@dinghy/diagrams/entitiesBpmn2Gateways'
<MessageBoundaryInterrupting/>
// or
import { extendStyle } from "@dinghy/base-components";
import { MESSAGE_BOUNDARY_INTERRUPTING } from '@dinghy/diagrams/entitiesBpmn2Gateways'
<Shape
{...props}
_style={extendStyle(props, MESSAGE_BOUNDARY_INTERRUPTING)}
/>
{
_style: {
entity: 'points=[[0.25,0.25,0],[0.5,0,0],[0.75,0.25,0],[1,0.5,0],[0.75,0.75,0],[0.5,1,0],[0.25,0.75,0],[0,0.5,0]];shape=mxgraph.bpmn.gateway2;html=1;verticalLabelPosition=bottom;labelBackgroundColor=#ffffff;verticalAlign=top;align=center;perimeter=rhombusPerimeter;outlineConnect=0;outline=boundInt;symbol=message;',
},
_original_width: 50,
_original_height: 50,
}
Message Boundary (Non-Interrupting)
- Preview
- Usage
- Definition
import { MessageBoundaryNonInterrupting } from '@dinghy/diagrams/entitiesBpmn2Gateways'
<MessageBoundaryNonInterrupting/>
// or
import { extendStyle } from "@dinghy/base-components";
import { MESSAGE_BOUNDARY_NON_INTERRUPTING } from '@dinghy/diagrams/entitiesBpmn2Gateways'
<Shape
{...props}
_style={extendStyle(props, MESSAGE_BOUNDARY_NON_INTERRUPTING)}
/>
{
_style: {
entity: 'points=[[0.25,0.25,0],[0.5,0,0],[0.75,0.25,0],[1,0.5,0],[0.75,0.75,0],[0.5,1,0],[0.25,0.75,0],[0,0.5,0]];shape=mxgraph.bpmn.gateway2;html=1;verticalLabelPosition=bottom;labelBackgroundColor=#ffffff;verticalAlign=top;align=center;perimeter=rhombusPerimeter;outlineConnect=0;outline=boundNonint;symbol=message;',
},
_original_width: 50,
_original_height: 50,
}
Message End
- Preview
- Usage
- Definition
import { MessageEnd } from '@dinghy/diagrams/entitiesBpmn2Gateways'
<MessageEnd/>
// or
import { extendStyle } from "@dinghy/base-components";
import { MESSAGE_END } from '@dinghy/diagrams/entitiesBpmn2Gateways'
<Shape
{...props}
_style={extendStyle(props, MESSAGE_END)}
/>
{
_style: {
entity: 'points=[[0.25,0.25,0],[0.5,0,0],[0.75,0.25,0],[1,0.5,0],[0.75,0.75,0],[0.5,1,0],[0.25,0.75,0],[0,0.5,0]];shape=mxgraph.bpmn.gateway2;html=1;verticalLabelPosition=bottom;labelBackgroundColor=#ffffff;verticalAlign=top;align=center;perimeter=rhombusPerimeter;outlineConnect=0;outline=end;symbol=message;',
},
_original_width: 50,
_original_height: 50,
}
Multiple
- Preview
- Usage
- Definition
import { Multiple } from '@dinghy/diagrams/entitiesBpmn2Gateways'
<Multiple/>
// or
import { extendStyle } from "@dinghy/base-components";
import { MULTIPLE } from '@dinghy/diagrams/entitiesBpmn2Gateways'
<Shape
{...props}
_style={extendStyle(props, MULTIPLE)}
/>
{
_style: {
entity: 'points=[[0.25,0.25,0],[0.5,0,0],[0.75,0.25,0],[1,0.5,0],[0.75,0.75,0],[0.5,1,0],[0.25,0.75,0],[0,0.5,0]];shape=mxgraph.bpmn.gateway2;html=1;verticalLabelPosition=bottom;labelBackgroundColor=#ffffff;verticalAlign=top;align=center;perimeter=rhombusPerimeter;outlineConnect=0;outline=standard;symbol=multiple;',
},
_original_width: 50,
_original_height: 50,
}
Multiple (Catching)
- Preview
- Usage
- Definition
import { MultipleCatching } from '@dinghy/diagrams/entitiesBpmn2Gateways'
<MultipleCatching/>
// or
import { extendStyle } from "@dinghy/base-components";
import { MULTIPLE_CATCHING } from '@dinghy/diagrams/entitiesBpmn2Gateways'
<Shape
{...props}
_style={extendStyle(props, MULTIPLE_CATCHING)}
/>
{
_style: {
entity: 'points=[[0.25,0.25,0],[0.5,0,0],[0.75,0.25,0],[1,0.5,0],[0.75,0.75,0],[0.5,1,0],[0.25,0.75,0],[0,0.5,0]];shape=mxgraph.bpmn.gateway2;html=1;verticalLabelPosition=bottom;labelBackgroundColor=#ffffff;verticalAlign=top;align=center;perimeter=rhombusPerimeter;outlineConnect=0;outline=catching;symbol=multiple;',
},
_original_width: 50,
_original_height: 50,
}
Multiple (Interrupting)
- Preview
- Usage
- Definition
import { MultipleInterrupting } from '@dinghy/diagrams/entitiesBpmn2Gateways'
<MultipleInterrupting/>
// or
import { extendStyle } from "@dinghy/base-components";
import { MULTIPLE_INTERRUPTING } from '@dinghy/diagrams/entitiesBpmn2Gateways'
<Shape
{...props}
_style={extendStyle(props, MULTIPLE_INTERRUPTING)}
/>
{
_style: {
entity: 'points=[[0.25,0.25,0],[0.5,0,0],[0.75,0.25,0],[1,0.5,0],[0.75,0.75,0],[0.5,1,0],[0.25,0.75,0],[0,0.5,0]];shape=mxgraph.bpmn.gateway2;html=1;verticalLabelPosition=bottom;labelBackgroundColor=#ffffff;verticalAlign=top;align=center;perimeter=rhombusPerimeter;outlineConnect=0;outline=eventInt;symbol=multiple;',
},
_original_width: 50,
_original_height: 50,
}
Multiple (Non-Interrupting)
- Preview
- Usage
- Definition
import { MultipleNonInterrupting } from '@dinghy/diagrams/entitiesBpmn2Gateways'
<MultipleNonInterrupting/>
// or
import { extendStyle } from "@dinghy/base-components";
import { MULTIPLE_NON_INTERRUPTING } from '@dinghy/diagrams/entitiesBpmn2Gateways'
<Shape
{...props}
_style={extendStyle(props, MULTIPLE_NON_INTERRUPTING)}
/>
{
_style: {
entity: 'points=[[0.25,0.25,0],[0.5,0,0],[0.75,0.25,0],[1,0.5,0],[0.75,0.75,0],[0.5,1,0],[0.25,0.75,0],[0,0.5,0]];shape=mxgraph.bpmn.gateway2;html=1;verticalLabelPosition=bottom;labelBackgroundColor=#ffffff;verticalAlign=top;align=center;perimeter=rhombusPerimeter;outlineConnect=0;outline=eventNonint;symbol=multiple;',
},
_original_width: 50,
_original_height: 50,
}
Multiple (Throwing)
- Preview
- Usage
- Definition
import { MultipleThrowing } from '@dinghy/diagrams/entitiesBpmn2Gateways'
<MultipleThrowing/>
// or
import { extendStyle } from "@dinghy/base-components";
import { MULTIPLE_THROWING } from '@dinghy/diagrams/entitiesBpmn2Gateways'
<Shape
{...props}
_style={extendStyle(props, MULTIPLE_THROWING)}
/>
{
_style: {
entity: 'points=[[0.25,0.25,0],[0.5,0,0],[0.75,0.25,0],[1,0.5,0],[0.75,0.75,0],[0.5,1,0],[0.25,0.75,0],[0,0.5,0]];shape=mxgraph.bpmn.gateway2;html=1;verticalLabelPosition=bottom;labelBackgroundColor=#ffffff;verticalAlign=top;align=center;perimeter=rhombusPerimeter;outlineConnect=0;outline=throwing;symbol=multiple;',
},
_original_width: 50,
_original_height: 50,
}
Multiple Boundary (Interrupting)
- Preview
- Usage
- Definition
import { MultipleBoundaryInterrupting } from '@dinghy/diagrams/entitiesBpmn2Gateways'
<MultipleBoundaryInterrupting/>
// or
import { extendStyle } from "@dinghy/base-components";
import { MULTIPLE_BOUNDARY_INTERRUPTING } from '@dinghy/diagrams/entitiesBpmn2Gateways'
<Shape
{...props}
_style={extendStyle(props, MULTIPLE_BOUNDARY_INTERRUPTING)}
/>
{
_style: {
entity: 'points=[[0.25,0.25,0],[0.5,0,0],[0.75,0.25,0],[1,0.5,0],[0.75,0.75,0],[0.5,1,0],[0.25,0.75,0],[0,0.5,0]];shape=mxgraph.bpmn.gateway2;html=1;verticalLabelPosition=bottom;labelBackgroundColor=#ffffff;verticalAlign=top;align=center;perimeter=rhombusPerimeter;outlineConnect=0;outline=boundInt;symbol=multiple;',
},
_original_width: 50,
_original_height: 50,
}
Multiple Boundary (Non-Interrupting)
- Preview
- Usage
- Definition
import { MultipleBoundaryNonInterrupting } from '@dinghy/diagrams/entitiesBpmn2Gateways'
<MultipleBoundaryNonInterrupting/>
// or
import { extendStyle } from "@dinghy/base-components";
import { MULTIPLE_BOUNDARY_NON_INTERRUPTING } from '@dinghy/diagrams/entitiesBpmn2Gateways'
<Shape
{...props}
_style={extendStyle(props, MULTIPLE_BOUNDARY_NON_INTERRUPTING)}
/>
{
_style: {
entity: 'points=[[0.25,0.25,0],[0.5,0,0],[0.75,0.25,0],[1,0.5,0],[0.75,0.75,0],[0.5,1,0],[0.25,0.75,0],[0,0.5,0]];shape=mxgraph.bpmn.gateway2;html=1;verticalLabelPosition=bottom;labelBackgroundColor=#ffffff;verticalAlign=top;align=center;perimeter=rhombusPerimeter;outlineConnect=0;outline=boundNonint;symbol=multiple;',
},
_original_width: 50,
_original_height: 50,
}
Multiple End
- Preview
- Usage
- Definition
import { MultipleEnd } from '@dinghy/diagrams/entitiesBpmn2Gateways'
<MultipleEnd/>
// or
import { extendStyle } from "@dinghy/base-components";
import { MULTIPLE_END } from '@dinghy/diagrams/entitiesBpmn2Gateways'
<Shape
{...props}
_style={extendStyle(props, MULTIPLE_END)}
/>
{
_style: {
entity: 'points=[[0.25,0.25,0],[0.5,0,0],[0.75,0.25,0],[1,0.5,0],[0.75,0.75,0],[0.5,1,0],[0.25,0.75,0],[0,0.5,0]];shape=mxgraph.bpmn.gateway2;html=1;verticalLabelPosition=bottom;labelBackgroundColor=#ffffff;verticalAlign=top;align=center;perimeter=rhombusPerimeter;outlineConnect=0;outline=end;symbol=multiple;',
},
_original_width: 50,
_original_height: 50,
}
Multiple Start
- Preview
- Usage
- Definition
import { MultipleStart } from '@dinghy/diagrams/entitiesBpmn2Gateways'
<MultipleStart/>
// or
import { extendStyle } from "@dinghy/base-components";
import { MULTIPLE_START } from '@dinghy/diagrams/entitiesBpmn2Gateways'
<Shape
{...props}
_style={extendStyle(props, MULTIPLE_START)}
/>
{
_style: {
entity: 'points=[[0.25,0.25,0],[0.5,0,0],[0.75,0.25,0],[1,0.5,0],[0.75,0.75,0],[0.5,1,0],[0.25,0.75,0],[0,0.5,0]];shape=mxgraph.bpmn.gateway2;html=1;verticalLabelPosition=bottom;labelBackgroundColor=#ffffff;verticalAlign=top;align=center;perimeter=rhombusPerimeter;outlineConnect=0;outline=standard;symbol=star;',
},
_original_width: 50,
_original_height: 50,
}
Parallel
- Preview
- Usage
- Definition
import { Parallel } from '@dinghy/diagrams/entitiesBpmn2Gateways'
<Parallel/>
// or
import { extendStyle } from "@dinghy/base-components";
import { PARALLEL } from '@dinghy/diagrams/entitiesBpmn2Gateways'
<Shape
{...props}
_style={extendStyle(props, PARALLEL)}
/>
{
_style: {
entity: 'points=[[0.25,0.25,0],[0.5,0,0],[0.75,0.25,0],[1,0.5,0],[0.75,0.75,0],[0.5,1,0],[0.25,0.75,0],[0,0.5,0]];shape=mxgraph.bpmn.gateway2;html=1;verticalLabelPosition=bottom;labelBackgroundColor=#ffffff;verticalAlign=top;align=center;perimeter=rhombusPerimeter;outlineConnect=0;outline=none;symbol=none;gwType=parallel;',
},
_original_width: 50,
_original_height: 50,
}
Parallel Multiple
- Preview
- Usage
- Definition
import { ParallelMultiple } from '@dinghy/diagrams/entitiesBpmn2Gateways'
<ParallelMultiple/>
// or
import { extendStyle } from "@dinghy/base-components";
import { PARALLEL_MULTIPLE } from '@dinghy/diagrams/entitiesBpmn2Gateways'
<Shape
{...props}
_style={extendStyle(props, PARALLEL_MULTIPLE)}
/>
{
_style: {
entity: 'points=[[0.25,0.25,0],[0.5,0,0],[0.75,0.25,0],[1,0.5,0],[0.75,0.75,0],[0.5,1,0],[0.25,0.75,0],[0,0.5,0]];shape=mxgraph.bpmn.gateway2;html=1;verticalLabelPosition=bottom;labelBackgroundColor=#ffffff;verticalAlign=top;align=center;perimeter=rhombusPerimeter;outlineConnect=0;outline=standard;symbol=parallelMultiple;',
},
_original_width: 50,
_original_height: 50,
}
Parallel Multiple (Catching)
- Preview
- Usage
- Definition
import { ParallelMultipleCatching } from '@dinghy/diagrams/entitiesBpmn2Gateways'
<ParallelMultipleCatching/>
// or
import { extendStyle } from "@dinghy/base-components";
import { PARALLEL_MULTIPLE_CATCHING } from '@dinghy/diagrams/entitiesBpmn2Gateways'
<Shape
{...props}
_style={extendStyle(props, PARALLEL_MULTIPLE_CATCHING)}
/>
{
_style: {
entity: 'points=[[0.25,0.25,0],[0.5,0,0],[0.75,0.25,0],[1,0.5,0],[0.75,0.75,0],[0.5,1,0],[0.25,0.75,0],[0,0.5,0]];shape=mxgraph.bpmn.gateway2;html=1;verticalLabelPosition=bottom;labelBackgroundColor=#ffffff;verticalAlign=top;align=center;perimeter=rhombusPerimeter;outlineConnect=0;outline=catching;symbol=parallelMultiple;',
},
_original_width: 50,
_original_height: 50,
}
Parallel Multiple (Interrupting)
- Preview
- Usage
- Definition
import { ParallelMultipleInterrupting } from '@dinghy/diagrams/entitiesBpmn2Gateways'
<ParallelMultipleInterrupting/>
// or
import { extendStyle } from "@dinghy/base-components";
import { PARALLEL_MULTIPLE_INTERRUPTING } from '@dinghy/diagrams/entitiesBpmn2Gateways'
<Shape
{...props}
_style={extendStyle(props, PARALLEL_MULTIPLE_INTERRUPTING)}
/>
{
_style: {
entity: 'points=[[0.25,0.25,0],[0.5,0,0],[0.75,0.25,0],[1,0.5,0],[0.75,0.75,0],[0.5,1,0],[0.25,0.75,0],[0,0.5,0]];shape=mxgraph.bpmn.gateway2;html=1;verticalLabelPosition=bottom;labelBackgroundColor=#ffffff;verticalAlign=top;align=center;perimeter=rhombusPerimeter;outlineConnect=0;outline=eventInt;symbol=parallelMultiple;',
},
_original_width: 50,
_original_height: 50,
}
Parallel Multiple (Non-Interrupting)
- Preview
- Usage
- Definition
import { ParallelMultipleNonInterrupting } from '@dinghy/diagrams/entitiesBpmn2Gateways'
<ParallelMultipleNonInterrupting/>
// or
import { extendStyle } from "@dinghy/base-components";
import { PARALLEL_MULTIPLE_NON_INTERRUPTING } from '@dinghy/diagrams/entitiesBpmn2Gateways'
<Shape
{...props}
_style={extendStyle(props, PARALLEL_MULTIPLE_NON_INTERRUPTING)}
/>
{
_style: {
entity: 'points=[[0.25,0.25,0],[0.5,0,0],[0.75,0.25,0],[1,0.5,0],[0.75,0.75,0],[0.5,1,0],[0.25,0.75,0],[0,0.5,0]];shape=mxgraph.bpmn.gateway2;html=1;verticalLabelPosition=bottom;labelBackgroundColor=#ffffff;verticalAlign=top;align=center;perimeter=rhombusPerimeter;outlineConnect=0;outline=eventNonint;symbol=parallelMultiple;',
},
_original_width: 50,
_original_height: 50,
}
Parallel Multiple Boundary (Interrupting)
- Preview
- Usage
- Definition
import { ParallelMultipleBoundaryInterrupting } from '@dinghy/diagrams/entitiesBpmn2Gateways'
<ParallelMultipleBoundaryInterrupting/>
// or
import { extendStyle } from "@dinghy/base-components";
import { PARALLEL_MULTIPLE_BOUNDARY_INTERRUPTING } from '@dinghy/diagrams/entitiesBpmn2Gateways'
<Shape
{...props}
_style={extendStyle(props, PARALLEL_MULTIPLE_BOUNDARY_INTERRUPTING)}
/>
{
_style: {
entity: 'points=[[0.25,0.25,0],[0.5,0,0],[0.75,0.25,0],[1,0.5,0],[0.75,0.75,0],[0.5,1,0],[0.25,0.75,0],[0,0.5,0]];shape=mxgraph.bpmn.gateway2;html=1;verticalLabelPosition=bottom;labelBackgroundColor=#ffffff;verticalAlign=top;align=center;perimeter=rhombusPerimeter;outlineConnect=0;outline=boundInt;symbol=parallelMultiple;',
},
_original_width: 50,
_original_height: 50,
}
Parallel Multiple Boundary (Non-Interrupting)
- Preview
- Usage
- Definition
import { ParallelMultipleBoundaryNonInterrupting } from '@dinghy/diagrams/entitiesBpmn2Gateways'
<ParallelMultipleBoundaryNonInterrupting/>
// or
import { extendStyle } from "@dinghy/base-components";
import { PARALLEL_MULTIPLE_BOUNDARY_NON_INTERRUPTING } from '@dinghy/diagrams/entitiesBpmn2Gateways'
<Shape
{...props}
_style={extendStyle(props, PARALLEL_MULTIPLE_BOUNDARY_NON_INTERRUPTING)}
/>
{
_style: {
entity: 'points=[[0.25,0.25,0],[0.5,0,0],[0.75,0.25,0],[1,0.5,0],[0.75,0.75,0],[0.5,1,0],[0.25,0.75,0],[0,0.5,0]];shape=mxgraph.bpmn.gateway2;html=1;verticalLabelPosition=bottom;labelBackgroundColor=#ffffff;verticalAlign=top;align=center;perimeter=rhombusPerimeter;outlineConnect=0;outline=boundNonint;symbol=parallelMultiple;',
},
_original_width: 50,
_original_height: 50,
}
Signal
- Preview
- Usage
- Definition
import { Signal } from '@dinghy/diagrams/entitiesBpmn2Gateways'
<Signal/>
// or
import { extendStyle } from "@dinghy/base-components";
import { SIGNAL } from '@dinghy/diagrams/entitiesBpmn2Gateways'
<Shape
{...props}
_style={extendStyle(props, SIGNAL)}
/>
{
_style: {
entity: 'points=[[0.25,0.25,0],[0.5,0,0],[0.75,0.25,0],[1,0.5,0],[0.75,0.75,0],[0.5,1,0],[0.25,0.75,0],[0,0.5,0]];shape=mxgraph.bpmn.gateway2;html=1;verticalLabelPosition=bottom;labelBackgroundColor=#ffffff;verticalAlign=top;align=center;perimeter=rhombusPerimeter;outlineConnect=0;outline=standard;symbol=signal;',
},
_original_width: 50,
_original_height: 50,
}
Signal (Catching)
- Preview
- Usage
- Definition
import { SignalCatching } from '@dinghy/diagrams/entitiesBpmn2Gateways'
<SignalCatching/>
// or
import { extendStyle } from "@dinghy/base-components";
import { SIGNAL_CATCHING } from '@dinghy/diagrams/entitiesBpmn2Gateways'
<Shape
{...props}
_style={extendStyle(props, SIGNAL_CATCHING)}
/>
{
_style: {
entity: 'points=[[0.25,0.25,0],[0.5,0,0],[0.75,0.25,0],[1,0.5,0],[0.75,0.75,0],[0.5,1,0],[0.25,0.75,0],[0,0.5,0]];shape=mxgraph.bpmn.gateway2;html=1;verticalLabelPosition=bottom;labelBackgroundColor=#ffffff;verticalAlign=top;align=center;perimeter=rhombusPerimeter;outlineConnect=0;outline=catching;symbol=signal;',
},
_original_width: 50,
_original_height: 50,
}
Signal (Interrupting)
- Preview
- Usage
- Definition
import { SignalInterrupting } from '@dinghy/diagrams/entitiesBpmn2Gateways'
<SignalInterrupting/>
// or
import { extendStyle } from "@dinghy/base-components";
import { SIGNAL_INTERRUPTING } from '@dinghy/diagrams/entitiesBpmn2Gateways'
<Shape
{...props}
_style={extendStyle(props, SIGNAL_INTERRUPTING)}
/>
{
_style: {
entity: 'points=[[0.25,0.25,0],[0.5,0,0],[0.75,0.25,0],[1,0.5,0],[0.75,0.75,0],[0.5,1,0],[0.25,0.75,0],[0,0.5,0]];shape=mxgraph.bpmn.gateway2;html=1;verticalLabelPosition=bottom;labelBackgroundColor=#ffffff;verticalAlign=top;align=center;perimeter=rhombusPerimeter;outlineConnect=0;outline=eventInt;symbol=signal;',
},
_original_width: 50,
_original_height: 50,
}
Signal (Non-Interrupting)
- Preview
- Usage
- Definition
import { SignalNonInterrupting } from '@dinghy/diagrams/entitiesBpmn2Gateways'
<SignalNonInterrupting/>
// or
import { extendStyle } from "@dinghy/base-components";
import { SIGNAL_NON_INTERRUPTING } from '@dinghy/diagrams/entitiesBpmn2Gateways'
<Shape
{...props}
_style={extendStyle(props, SIGNAL_NON_INTERRUPTING)}
/>
{
_style: {
entity: 'points=[[0.25,0.25,0],[0.5,0,0],[0.75,0.25,0],[1,0.5,0],[0.75,0.75,0],[0.5,1,0],[0.25,0.75,0],[0,0.5,0]];shape=mxgraph.bpmn.gateway2;html=1;verticalLabelPosition=bottom;labelBackgroundColor=#ffffff;verticalAlign=top;align=center;perimeter=rhombusPerimeter;outlineConnect=0;outline=eventNonint;symbol=signal;',
},
_original_width: 50,
_original_height: 50,
}
Signal (Throwing)
- Preview
- Usage
- Definition
import { SignalThrowing } from '@dinghy/diagrams/entitiesBpmn2Gateways'
<SignalThrowing/>
// or
import { extendStyle } from "@dinghy/base-components";
import { SIGNAL_THROWING } from '@dinghy/diagrams/entitiesBpmn2Gateways'
<Shape
{...props}
_style={extendStyle(props, SIGNAL_THROWING)}
/>
{
_style: {
entity: 'points=[[0.25,0.25,0],[0.5,0,0],[0.75,0.25,0],[1,0.5,0],[0.75,0.75,0],[0.5,1,0],[0.25,0.75,0],[0,0.5,0]];shape=mxgraph.bpmn.gateway2;html=1;verticalLabelPosition=bottom;labelBackgroundColor=#ffffff;verticalAlign=top;align=center;perimeter=rhombusPerimeter;outlineConnect=0;outline=throwing;symbol=signal;',
},
_original_width: 50,
_original_height: 50,
}
Signal Boundary (Interrupting)
- Preview
- Usage
- Definition
import { SignalBoundaryInterrupting } from '@dinghy/diagrams/entitiesBpmn2Gateways'
<SignalBoundaryInterrupting/>
// or
import { extendStyle } from "@dinghy/base-components";
import { SIGNAL_BOUNDARY_INTERRUPTING } from '@dinghy/diagrams/entitiesBpmn2Gateways'
<Shape
{...props}
_style={extendStyle(props, SIGNAL_BOUNDARY_INTERRUPTING)}
/>
{
_style: {
entity: 'points=[[0.25,0.25,0],[0.5,0,0],[0.75,0.25,0],[1,0.5,0],[0.75,0.75,0],[0.5,1,0],[0.25,0.75,0],[0,0.5,0]];shape=mxgraph.bpmn.gateway2;html=1;verticalLabelPosition=bottom;labelBackgroundColor=#ffffff;verticalAlign=top;align=center;perimeter=rhombusPerimeter;outlineConnect=0;outline=boundInt;symbol=signal;',
},
_original_width: 50,
_original_height: 50,
}
Signal Boundary (Non-Interrupting)
- Preview
- Usage
- Definition
import { SignalBoundaryNonInterrupting } from '@dinghy/diagrams/entitiesBpmn2Gateways'
<SignalBoundaryNonInterrupting/>
// or
import { extendStyle } from "@dinghy/base-components";
import { SIGNAL_BOUNDARY_NON_INTERRUPTING } from '@dinghy/diagrams/entitiesBpmn2Gateways'
<Shape
{...props}
_style={extendStyle(props, SIGNAL_BOUNDARY_NON_INTERRUPTING)}
/>
{
_style: {
entity: 'points=[[0.25,0.25,0],[0.5,0,0],[0.75,0.25,0],[1,0.5,0],[0.75,0.75,0],[0.5,1,0],[0.25,0.75,0],[0,0.5,0]];shape=mxgraph.bpmn.gateway2;html=1;verticalLabelPosition=bottom;labelBackgroundColor=#ffffff;verticalAlign=top;align=center;perimeter=rhombusPerimeter;outlineConnect=0;outline=boundNonint;symbol=signal;',
},
_original_width: 50,
_original_height: 50,
}
Signal End
- Preview
- Usage
- Definition
import { SignalEnd } from '@dinghy/diagrams/entitiesBpmn2Gateways'
<SignalEnd/>
// or
import { extendStyle } from "@dinghy/base-components";
import { SIGNAL_END } from '@dinghy/diagrams/entitiesBpmn2Gateways'
<Shape
{...props}
_style={extendStyle(props, SIGNAL_END)}
/>
{
_style: {
entity: 'points=[[0.25,0.25,0],[0.5,0,0],[0.75,0.25,0],[1,0.5,0],[0.75,0.75,0],[0.5,1,0],[0.25,0.75,0],[0,0.5,0]];shape=mxgraph.bpmn.gateway2;html=1;verticalLabelPosition=bottom;labelBackgroundColor=#ffffff;verticalAlign=top;align=center;perimeter=rhombusPerimeter;outlineConnect=0;outline=end;symbol=signal;',
},
_original_width: 50,
_original_height: 50,
}
Start
- Preview
- Usage
- Definition
import { Start } from '@dinghy/diagrams/entitiesBpmn2Gateways'
<Start/>
// or
import { extendStyle } from "@dinghy/base-components";
import { START } from '@dinghy/diagrams/entitiesBpmn2Gateways'
<Shape
{...props}
_style={extendStyle(props, START)}
/>
{
_style: {
entity: 'points=[[0.25,0.25,0],[0.5,0,0],[0.75,0.25,0],[1,0.5,0],[0.75,0.75,0],[0.5,1,0],[0.25,0.75,0],[0,0.5,0]];shape=mxgraph.bpmn.gateway2;html=1;verticalLabelPosition=bottom;labelBackgroundColor=#ffffff;verticalAlign=top;align=center;perimeter=rhombusPerimeter;outlineConnect=0;outline=standard;symbol=general;',
},
_original_width: 50,
_original_height: 50,
}
Terminate
- Preview
- Usage
- Definition
import { Terminate } from '@dinghy/diagrams/entitiesBpmn2Gateways'
<Terminate/>
// or
import { extendStyle } from "@dinghy/base-components";
import { TERMINATE } from '@dinghy/diagrams/entitiesBpmn2Gateways'
<Shape
{...props}
_style={extendStyle(props, TERMINATE)}
/>
{
_style: {
entity: 'points=[[0.25,0.25,0],[0.5,0,0],[0.75,0.25,0],[1,0.5,0],[0.75,0.75,0],[0.5,1,0],[0.25,0.75,0],[0,0.5,0]];shape=mxgraph.bpmn.gateway2;html=1;verticalLabelPosition=bottom;labelBackgroundColor=#ffffff;verticalAlign=top;align=center;perimeter=rhombusPerimeter;outlineConnect=0;outline=end;symbol=terminate;',
},
_original_width: 50,
_original_height: 50,
}
Timer
- Preview
- Usage
- Definition
import { Timer } from '@dinghy/diagrams/entitiesBpmn2Gateways'
<Timer/>
// or
import { extendStyle } from "@dinghy/base-components";
import { TIMER } from '@dinghy/diagrams/entitiesBpmn2Gateways'
<Shape
{...props}
_style={extendStyle(props, TIMER)}
/>
{
_style: {
entity: 'points=[[0.25,0.25,0],[0.5,0,0],[0.75,0.25,0],[1,0.5,0],[0.75,0.75,0],[0.5,1,0],[0.25,0.75,0],[0,0.5,0]];shape=mxgraph.bpmn.gateway2;html=1;verticalLabelPosition=bottom;labelBackgroundColor=#ffffff;verticalAlign=top;align=center;perimeter=rhombusPerimeter;outlineConnect=0;outline=standard;symbol=timer;',
},
_original_width: 50,
_original_height: 50,
}
Timer (Catching)
- Preview
- Usage
- Definition
import { TimerCatching } from '@dinghy/diagrams/entitiesBpmn2Gateways'
<TimerCatching/>
// or
import { extendStyle } from "@dinghy/base-components";
import { TIMER_CATCHING } from '@dinghy/diagrams/entitiesBpmn2Gateways'
<Shape
{...props}
_style={extendStyle(props, TIMER_CATCHING)}
/>
{
_style: {
entity: 'points=[[0.25,0.25,0],[0.5,0,0],[0.75,0.25,0],[1,0.5,0],[0.75,0.75,0],[0.5,1,0],[0.25,0.75,0],[0,0.5,0]];shape=mxgraph.bpmn.gateway2;html=1;verticalLabelPosition=bottom;labelBackgroundColor=#ffffff;verticalAlign=top;align=center;perimeter=rhombusPerimeter;outlineConnect=0;outline=catching;symbol=timer;',
},
_original_width: 50,
_original_height: 50,
}
Timer (Interrupting)
- Preview
- Usage
- Definition
import { TimerInterrupting } from '@dinghy/diagrams/entitiesBpmn2Gateways'
<TimerInterrupting/>
// or
import { extendStyle } from "@dinghy/base-components";
import { TIMER_INTERRUPTING } from '@dinghy/diagrams/entitiesBpmn2Gateways'
<Shape
{...props}
_style={extendStyle(props, TIMER_INTERRUPTING)}
/>
{
_style: {
entity: 'points=[[0.25,0.25,0],[0.5,0,0],[0.75,0.25,0],[1,0.5,0],[0.75,0.75,0],[0.5,1,0],[0.25,0.75,0],[0,0.5,0]];shape=mxgraph.bpmn.gateway2;html=1;verticalLabelPosition=bottom;labelBackgroundColor=#ffffff;verticalAlign=top;align=center;perimeter=rhombusPerimeter;outlineConnect=0;outline=eventInt;symbol=timer;',
},
_original_width: 50,
_original_height: 50,
}
Timer (Non-Interrupting)
- Preview
- Usage
- Definition
import { TimerNonInterrupting } from '@dinghy/diagrams/entitiesBpmn2Gateways'
<TimerNonInterrupting/>
// or
import { extendStyle } from "@dinghy/base-components";
import { TIMER_NON_INTERRUPTING } from '@dinghy/diagrams/entitiesBpmn2Gateways'
<Shape
{...props}
_style={extendStyle(props, TIMER_NON_INTERRUPTING)}
/>
{
_style: {
entity: 'points=[[0.25,0.25,0],[0.5,0,0],[0.75,0.25,0],[1,0.5,0],[0.75,0.75,0],[0.5,1,0],[0.25,0.75,0],[0,0.5,0]];shape=mxgraph.bpmn.gateway2;html=1;verticalLabelPosition=bottom;labelBackgroundColor=#ffffff;verticalAlign=top;align=center;perimeter=rhombusPerimeter;outlineConnect=0;outline=eventNonint;symbol=timer;',
},
_original_width: 50,
_original_height: 50,
}
Timer Boundary (Interrupting)
- Preview
- Usage
- Definition
import { TimerBoundaryInterrupting } from '@dinghy/diagrams/entitiesBpmn2Gateways'
<TimerBoundaryInterrupting/>
// or
import { extendStyle } from "@dinghy/base-components";
import { TIMER_BOUNDARY_INTERRUPTING } from '@dinghy/diagrams/entitiesBpmn2Gateways'
<Shape
{...props}
_style={extendStyle(props, TIMER_BOUNDARY_INTERRUPTING)}
/>
{
_style: {
entity: 'points=[[0.25,0.25,0],[0.5,0,0],[0.75,0.25,0],[1,0.5,0],[0.75,0.75,0],[0.5,1,0],[0.25,0.75,0],[0,0.5,0]];shape=mxgraph.bpmn.gateway2;html=1;verticalLabelPosition=bottom;labelBackgroundColor=#ffffff;verticalAlign=top;align=center;perimeter=rhombusPerimeter;outlineConnect=0;outline=boundInt;symbol=timer;',
},
_original_width: 50,
_original_height: 50,
}
Timer Boundary (Non-Interrupting)
- Preview
- Usage
- Definition
import { TimerBoundaryNonInterrupting } from '@dinghy/diagrams/entitiesBpmn2Gateways'
<TimerBoundaryNonInterrupting/>
// or
import { extendStyle } from "@dinghy/base-components";
import { TIMER_BOUNDARY_NON_INTERRUPTING } from '@dinghy/diagrams/entitiesBpmn2Gateways'
<Shape
{...props}
_style={extendStyle(props, TIMER_BOUNDARY_NON_INTERRUPTING)}
/>
{
_style: {
entity: 'points=[[0.25,0.25,0],[0.5,0,0],[0.75,0.25,0],[1,0.5,0],[0.75,0.75,0],[0.5,1,0],[0.25,0.75,0],[0,0.5,0]];shape=mxgraph.bpmn.gateway2;html=1;verticalLabelPosition=bottom;labelBackgroundColor=#ffffff;verticalAlign=top;align=center;perimeter=rhombusPerimeter;outlineConnect=0;outline=boundNonint;symbol=timer;',
},
_original_width: 50,
_original_height: 50,
}