Workflow Engine .NET

Assembly: OptimaJet.Workflow.BpmnPlugin

Class BpmnConverter

OptimaJet.Workflow.BpmnPlugin.Import.BpmnConverter

Converts BPMN documents into a list of ConvertedProcess instances.

public class BpmnConverter

Inheritance

  • System.Object

Methods

public List<ConvertedProcess> ConvertBpmnDocument(TextReader reader, string? mainSchemeCode = null) #
Converts a BPMN document from the provided TextReader into a list of ConvertedProcess instances.

Parameters

Name
Type
Description
reader
TextReader
A TextReader instance containing the BPMN document.
mainSchemeCode
String
An optional string specifying the main scheme code.

Returns

Type
Description
List<ConvertedProcess>
A list of ConvertedProcess instances representing the converted BPMN document.
public List<ConvertedProcess> ConvertBpmnDocument(TDefinitions document, string? mainSchemeCode = null) #
Converts a BPMN document from the provided TDefinitions instance into a list of ConvertedProcess instances.

Parameters

Name
Type
Description
document
TDefinitions
A TDefinitions instance representing the BPMN document.
mainSchemeCode
String
An optional string specifying the main scheme code.

Returns

Type
Description
List<ConvertedProcess>
A list of ConvertedProcess instances representing the converted BPMN document.