Menu

#1 Fetching a workflow using ID only

open
nobody
None
3
2006-12-18
2006-12-18
No

It should be possible to fetch a workflow from the factory using fetch_workflow() using its ID only, the additional workflow type is unnecessary and annyoing.

Discussion

  • Alexander Klink

    Alexander Klink - 2006-12-18
    • priority: 5 --> 3
     
  • jonasbn

    jonasbn - 2007-09-25

    Logged In: YES
    user_id=10009
    Originator: NO

    Due to the order of the parameters:

    $self, $wf_type, $wf_id

    It is hard to maintain backwards compatibility, so what if we introduce fetch_workflow_by_id() with the following signature:

    $self, $wf_id

    jonasbn

     

Log in to post a comment.