BPMN 2.0 FTF Avatar
  1. OMG Issue

BPMN2 — Table 10-4 page 162 List of possible states of an Activity instance

  • Key: BPMN2-243
  • Legacy Issue Number: 15027
  • Status: closed  
  • Source: Trisotech ( Mr. Denis Gagne)
  • Summary:

    The enumeration of possible states for an Activity does not reflect the possible states as per the execution semantics provided in chapter 14 on the state diagram figure 14-2

  • Reported: BPMN 2.0b1 — Tue, 2 Feb 2010 05:00 GMT
  • Disposition: Resolved — BPMN 2.0
  • Disposition Summary:

    > Section 10. Process
    Table 10.2 - Process Instance Attributes
    Change row: state
    Original
    Attribute Name
    state: string = none

    {none | ready | active | cancelled | aborting | aborted | completing | completed}
    Description/Usage
    The current state of this Process instance.
    Proposal
    Attribute Name
    state: string = none
    Description/Usage
    The current state of this Process instance. Cf. Figure 14.2 ("The Lifecycle of a BPMN Activity") in section 14.2.2 for permissible values.
    > Section 10.2 Activities
    Table 10.2 - Activity instance attributes
    Change row: state
    Original
    Attribute Name
    state: string = none{none | ready | active | cancelled | aborting | aborted | completing | completed}

    Description/Usage
    The current state of this activity instance.
    Proposal
    Attribute Name
    state: string = none
    Description/Usage
    The current state of this activity instance. Cf. Figure 14.2 ("The Lifecycle of a BPMN Activity") in section 14.2.2 for permissible values.
    Disposition: Resolved

  • Updated: Fri, 6 Mar 2015 20:57 GMT