Dear Customers,

We have released the Aspose.Workflow 1.2.0.0, it contains

Feature Added:

Changes made:

  • GetProcessInstanceList didn’t accept processId and PackageId with null. not it fixed, when both parameter is null return all instance in current system. if process id is null, return package instance list.
  • obsolete some APIs, because add new API can operate on different package version.
  • Change Demo ContractWorkflow, the table “Contacts” to “Contracts”
  • Add API to IPackageAdmin, now UploadPackage accept parameter “System.io.Stream” or a string conains the package’s content.
  • Add new API Using application config section to configure Aspose.Workflow, http://www.aspose.com/Community/Forums/48658/ShowPost.aspx
  • Package.Participants will not return the participant with same id but in different process, not it is fixed
  • Actual parameter is not displayed correct Designer, now it fixed
  • Update the document of ITask.Status, list the avaliable values.