@camunda8/sdk
    Preparing search index...

    Class BpmnParser

    Index

    Constructors

    Properties

    taskTypes: any

    Methods

    • Generate TypeScript constants for task types and message names in BPMN files

      Parameters

      • filenames: string | string[]

        a BPMN file path or array of BPMN file paths

      Returns Promise<string>

    • Take one or more parsed BPMN objects and return an array of unique message names.

      Parameters

      • processes: object | object[]

        A parsed BPMN object, or an array of parsed BPMN objects.

      Returns Promise<string[]>

    • Take one or more parsed BPMN objects and return an array of unique task types.

      Parameters

      • processes: object | object[]

        A parsed BPMN object, or an array of parsed BPMN objects.

      Returns Promise<string[]>

    • Read BPMN files and return an array of one or more parsed BPMN objects.

      Parameters

      • filenames: string | string[]

        A single BPMN file path, or array of BPMN file paths.

      Returns object