Menu

#76 Cannot schedule a workflow via the zOGI API

0.49
closed
Protocol
Enhancement
2016-07-14
2012-11-14
No

It is not currently possible to schedule a workflow entry via the zOGI API. This should be possible via putObject. Note that schedule entries can only be created, never modified.

Related

Tickets: #88
Tickets: #89
Wiki: RoadMap

Discussion

  • Adam Tauno Williams

    • assigned_to: Adam Tauno Williams
     
  • Adam Tauno Williams

    As of r4319 (3015967b1bef) the zOGI API module has an [untested] put_schedulentry

     
  • Adam Tauno Williams

    • status: open --> wont-fix
     
  • Adam Tauno Williams

    Duplicate of [tickets:#85]

     

    Related

    Tickets: #85


    Last edit: Adam Tauno Williams 2012-11-22
  • Adam Tauno Williams

    • status: wont-fix --> accepted
     
  • Adam Tauno Williams

    • status: accepted --> closed
     
  • Adam Tauno Williams

    workflow schedule entries can now be created via putObject of a scheduleEntry
    r4347 (8ecc3c16d949)

     
  • Adam Tauno Williams

    payload = { '_SCHEDULE': [ {'entityName': 'intervalRecord',
                                'minutes': 4,
                                'hours': 1,
                                'startDate': datetime.datetime(2012, 11, 23, 14, 44, 8, 634498)}],
                '_XATTRS': [],
                'attachmentUUID': '',
                'entityName': 'scheduleEntry',
                'priority': 175,
                'contextObjectId': 1155010,
                'routeObjectId': 1158480 }
    
    result = api.put_scheduleentry( payload, None )
    
     
  • Adam Tauno Williams

    • Layer: --> Protocol
    • Type: --> Enhancement
     

Log in to post a comment.

MongoDB Logo MongoDB