' Options: 'Date: 2026-03-31 23:09:51 'Version: 8.80 'Tip: To override a DTO option, remove "''" prefix before updating 'BaseUrl: https://test-do-services.klokgroep.nl/api ' '''GlobalNamespace: '''MakePartial: True '''MakeVirtual: True '''MakeDataContractsExtensible: False '''AddReturnMarker: True '''AddDescriptionAsComments: True '''AddDataContractAttributes: False '''AddIndexesToDataMembers: False '''AddGeneratedCodeAttributes: False '''AddResponseStatus: False '''AddImplicitVersion: '''InitializeCollections: False '''ExportValueTypes: False 'IncludeTypes: FinishTaskOperation.* '''ExcludeTypes: '''AddNamespaces: '''AddDefaultXmlNamespace: http://schemas.servicestack.net/types Imports System Imports System.IO Imports System.Collections Imports System.Collections.Generic Imports System.Runtime.Serialization Imports ServiceStack Imports ServiceStack.DataAnnotations Imports System.Drawing Imports IDB.Workflow.API.DTOs Imports IDB.Workflow.API.Operations Namespace Global Namespace IDB.Workflow.API.DTOs Public Partial Class WorkflowTransitionDTO Public Overridable Property ID As Guid Public Overridable Property Name As String Public Overridable Property AssignmentAtStartWorkflowIsAdHoc As Boolean Public Overridable Property AssignmentIsAdHocRequired As Boolean Public Overridable Property DeferAtStartWorkflowIsAdHoc As Boolean Public Overridable Property IsNext As Boolean Public Overridable Property UserIDs As List(Of Integer) Public Overridable Property GroupIDs As List(Of Integer) Public Overridable Property RoleIDs As List(Of Integer) Public Overridable Property DeferUntil As Date? Public Overridable Property DeferralNote As String End Class End Namespace Namespace IDB.Workflow.API.Operations Public Partial Class FinishTaskOperation Public Overridable Property TaskIDs As Integer() Public Overridable Property WSVerbindingID As Guid? Public Overridable Property Transitions As IEnumerable(Of WorkflowTransitionDTO) Public Overridable Property DeferTo As Date? Public Overridable Property Reason As String Public Overridable Property Comment As String End Class End Namespace End Namespace