WfMF 1.3 NO IDEA Avatar
  1. OMG Issue

WFMF13 — The usage of exceptions regarding WfExecutionObject

  • Key: WFMF13-1
  • Legacy Issue Number: 2642
  • Status: closed  
  • Source: Anonymous
  • Summary:

    Summary: In section 2.4.5 and 3.4.1(consolidated IDL) exceptions regarding
    ExecutionObject are defined but there are mismatches between them.

    Operation |exceptions described in 2.4.5 |exceptions described in 3.4.1
    ----------------------------------------------------------------------------
    ----------
    resume() |CannotResume, NotSuspended |CannotResume
    suspend() |CannotSuspend, NotRunning |CannotSuspend,AlreadySuspended
    terminate() |CannotStop, NotRunning | <----
    abort() |CannotStop, NotRunning | <----
    (cf. WfBase::BaseException is omitted)

    What are the correct description?

  • Reported: WfMF 1.2 — Mon, 10 May 1999 04:00 GMT
  • Disposition: Resolved — WfMF 1.3
  • Disposition Summary:

    Fix the inconsistencies.

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