Grooper 21.00.0082 is available as of 12-12-2023! Check the  Downloads Discussion  for the release notes and to get the latest version.
Grooper 23.1.0016 is available as of 03-15-2024! Check the  Downloads Discussion  for the release notes and to get the latest version.
Grooper 23.00.0042 is available as of 03-22-2024! Check the Downloads Discussion for the release notes and to get the latest version.

Grooper 2.60.104 Create a batch from an object library?

Is there a good example or method, of how to create a new batch from a Object Library?
Tagged:

Best Answer

  • The ChuckThe Chuck Posts: 81 mod
    edited April 2018 Answer ✓
    Here are the basics to getting a batch created.  Let us know if there's more you're looking to do with it.

    Dim bch As New Batch(Root.Database, <<TargetStep>>) With {.Name=<<Name>>, .Status = GrooperDb.ProcessingStatus.Paused, .Priority = <<Priority>>}

    bch.Database.SaveChanges()

Answers

  • GrooperGuruGrooperGuru Posts: 481 admin
    Can you provide a little more context for this? Is this part of a custom activity you'd like to write, an unattended service, or something else?
    Matt Harrison
    Product Manager
    mharrison@bisok.com
Sign In or Register to comment.