Activiti & Activiti Cloud Developers Guide
  • Introduction
  • Overview
    • 12 Factor Apps
    • Personas
    • Previous Versions (5.x & 6.x)
    • References
    • Cloud Native BPMN support
    • BPMN Comformance
      • BPMN Comformance Set 0
      • BPMN Comformance Set 1
      • BPMN Comformance Set 2
      • BPMN Comformance Set 3
      • BPMN Comformance Set 4
      • BPMN Comformance Set 5
      • BPMN Comformance Set 6
  • Getting Started
    • Getting Started - Activiti Cloud
      • Amazon EKS
      • Google Cloud GKE
      • Docker Compose
      • Jenkins X
        • Amazon EKS
        • Google GKE
    • Getting Started - Activiti Core
  • Components
    • Spring Cloud
    • Activiti Cloud Infrastructure
      • Gateway
      • Identity Management / Single Sign On
    • Activiti Cloud Application
      • Activiti Cloud Runtime Bundle
      • Activiti Cloud Connectors
      • Activiti Cloud Query Service
      • Activiti Cloud Audit Service
      • Activiti Cloud Notification Service
  • FAQs
    • Activiti Core FAQs
    • Activiti Cloud FAQs
  • BluePrints
    • Trending Topic Campaigns
  • Community
    • Roadmap
    • Repositories
    • Contributing
  • Releases
    • 8.2.0
    • 8.1.0
    • 8.0.0
    • 7.11.0
    • 7.10.0
    • 7.9.0
    • 7.8.0
    • 7.7.0
    • 7.6.0
    • 7.5.0
    • 7.4.0
    • 7.3.0
    • 7.2.0
    • 7.1.0-M17
    • 7.1.0-M16
    • 7.1.0-M15
    • 7.1.0-M14
    • 7.1.0-M13
    • 7.1.0-M12
    • 7.1.0-M11
    • 7.1.0-M10
    • 7.1.0-M9
    • 7.1.0-M8
    • 7.1.0-M7
    • 7.1.0.M6
    • 7.1.0 M5
    • 7.1.0 M4
    • 7.1.0 M3
    • 7.1.0 M2
    • 7.1.0 M1
    • 7.0.0 SR1
    • 7.0.0 GA
    • 7.0.0 RC1
    • 7.0.0 Beta5
    • 7.0.0 Beta4
    • 7.0.0 Beta3
    • 7.0.0 Beta2
    • 7.0.0 Beta1
    • 7.0.0 Early Access 201802
    • 7.0.0 Early Access 201801
    • 7.0.0 Early Access 201712
    • 7.0.0 Early Access 201711
    • 7.0.0 Early Access 201710
    • 7.0.0 Early Access 201709
Powered by GitBook
On this page
  1. Overview
  2. BPMN Comformance

BPMN Comformance Set 1

PreviousBPMN Comformance Set 0NextBPMN Comformance Set 2

Last updated 3 years ago

These scenarios cover the use of BPMN Service tasks and the events generated by processes including these kind of tasks. In order to cover the side effects that can be caused by an external (third party integration), these scenarios cover and validate the changes in process variables. The .

    • Check that the process start and the status after start is COMPLETED, due the Connector is a sync operation

    • Check that the connector logic is executed

    • Check that the following Events are emitted

    • Start Process Operation

      • PROCESS_CREATED

      • PROCESS_STARTED,

      • ACTIVITY_STARTED,

      • ACTIVITY_COMPLETED,

      • SEQUENCE_FLOW_TAKEN,

      • ACTIVITY_STARTED,

      • ACTIVITY_COMPLETED,

      • SEQUENCE_FLOW_TAKEN,

      • ACTIVITY_STARTED,

      • ACTIVITY_COMPLETED,

      • PROCESS_COMPLETED

    • Check that the process start and the status after start is COMPLETED, due the Connector is a sync operation

    • Check that the connector logic is executed and the variable modified

    • Check that the following Events are emitted

    • Start Process Operation

      • PROCESS_CREATED

      • VARIABLE_CREATED

      • PROCESS_STARTED,

      • ACTIVITY_STARTED,

      • ACTIVITY_COMPLETED,

      • SEQUENCE_FLOW_TAKEN,

      • ACTIVITY_STARTED,

      • VARIABLE_UPDATED

      • ACTIVITY_COMPLETED,

      • SEQUENCE_FLOW_TAKEN,

      • ACTIVITY_STARTED,

      • ACTIVITY_COMPLETED,

      • PROCESS_COMPLETED

    • Check that the VARIABLE_UPDATED event contains the modified value

source code of these tests can be found here
Service Task with Implementation
Service Task with Implementation and Variables
Service Task without Implementation