- Added endpoints for managing form definitions including: - GetFormDefinitionById - GetFormDefinitionList - PublishFormDefinition - SubmitFormData - UpdateFormDefinition - Added endpoints for managing workflow definitions including: - CreateWorkflowDefinition - DeleteWorkflowDefinition - DisableWorkflowDefinition - GetWorkflowDefinitionById - GetWorkflowDefinitionList - PublishWorkflowDefinition - UpdateWorkflowDefinition - Added endpoints for managing workflow instances including: - GetWorkflowInstanceById - GetWorkflowInstanceList - MonitorWorkflowInstances - ResumeWorkflowInstance - StartWorkflowInstance - SuspendWorkflowInstance - WithdrawWorkflowInstance - Added endpoints for managing workflow tasks including: - ApproveTask - DelegateTask - GetCcTasks - GetHistoryTasks - GetOverdueTasks - GetPendingTasks - GetTaskById - RejectTask - TransferTask - UrgeTask - Introduced middleware for handling API responses and global exceptions. - Configured application settings for database connection and JWT authentication.
330 lines
13 KiB
Plaintext
330 lines
13 KiB
Plaintext
version=1
|
|
|
|
# This file caches language service data to improve the performance of C# Dev Kit.
|
|
# It is not intended for manual editing. It can safely be deleted and will be
|
|
# regenerated automatically. For more information, see https://aka.ms/lscache
|
|
#
|
|
# To control where cache files are stored, use the following VS Code setting:
|
|
# "dotnet.projectsystem.cacheInProjectFolder": true
|
|
|
|
[project]
|
|
language=C#
|
|
primary
|
|
lastDtbSucceeded
|
|
|
|
[properties]
|
|
AssemblyName=Workflow.Tests
|
|
CommandLineArgsForDesignTimeEvaluation=-langversion:14.0 -define:TRACE
|
|
CompilerGeneratedFilesOutputPath=
|
|
MaxSupportedLangVersion=14.0
|
|
ProjectAssetsFile=<PATH>obj/project.assets.json
|
|
RootNamespace=Workflow.Tests
|
|
RunAnalyzers=
|
|
RunAnalyzersDuringLiveAnalysis=
|
|
SolutionPath=*Undefined*
|
|
TargetFrameworkIdentifier=.NETCoreApp
|
|
TargetPath=<PATH>bin/Debug/net10.0/Workflow.Tests.dll
|
|
TargetRefPath=<PATH>obj/Debug/net10.0/ref/Workflow.Tests.dll
|
|
TemporaryDependencyNodeTargetIdentifier=net10.0
|
|
|
|
[commandLineArguments]
|
|
/noconfig
|
|
/unsafe-
|
|
/checked-
|
|
/nowarn:1701,1702,1701,1702,8002
|
|
/fullpaths
|
|
/nostdlib+
|
|
/errorreport:prompt
|
|
/warn:10
|
|
/define:TRACE;DEBUG;NET;NET10_0;NETCOREAPP;NET5_0_OR_GREATER;NET6_0_OR_GREATER;NET7_0_OR_GREATER;NET8_0_OR_GREATER;NET9_0_OR_GREATER;NET10_0_OR_GREATER;NETCOREAPP1_0_OR_GREATER;NETCOREAPP1_1_OR_GREATER;NETCOREAPP2_0_OR_GREATER;NETCOREAPP2_1_OR_GREATER;NETCOREAPP2_2_OR_GREATER;NETCOREAPP3_0_OR_GREATER;NETCOREAPP3_1_OR_GREATER
|
|
/highentropyva+
|
|
/nullable:enable
|
|
/features:"InterceptorsNamespaces=;Microsoft.Extensions.Validation.Generated"
|
|
/debug+
|
|
/debug:portable
|
|
/filealign:512
|
|
/optimize-
|
|
/out:obj/Debug/net10.0/Workflow.Tests.dll
|
|
/refout:obj/Debug/net10.0/refint/Workflow.Tests.dll
|
|
/target:exe
|
|
/warnaserror+
|
|
/utf8output
|
|
/deterministic+
|
|
/langversion:14.0
|
|
/warnaserror+:NU1605,SYSLIB0011
|
|
|
|
[sourceFiles]
|
|
<NUGET>/microsoft.net.test.sdk/18.5.1/build/net8.0/Microsoft.NET.Test.Sdk.Program.cs
|
|
@folderNames=..,..,..,..,..,.nuget,packages,microsoft.net.test.sdk,18.5.1,build,net8.0
|
|
Condition/ConditionEvaluatorTests.cs
|
|
Engine/ProcessEngineTests.cs
|
|
obj/Debug/net10.0/
|
|
.NETCoreApp,Version=v10.0.AssemblyAttributes.cs
|
|
Workflow.Tests.AssemblyInfo.cs
|
|
Workflow.Tests.GlobalUsings.g.cs
|
|
StateMachine/
|
|
TaskStateMachineTests.cs
|
|
TokenStateMachineTests.cs
|
|
WorkflowInstanceStateMachineTests.cs
|
|
|
|
[metadataReferences]
|
|
../../src/
|
|
Workflow.Application/obj/Debug/net10.0/ref/Workflow.Application.dll
|
|
Workflow.Domain/obj/Debug/net10.0/ref/Workflow.Domain.dll
|
|
Workflow.Infrastructure/obj/Debug/net10.0/ref/Workflow.Infrastructure.dll
|
|
<DOTNET>/packs/Microsoft.NETCore.App.Ref/10.0.7/ref/net10.0/
|
|
Microsoft.CSharp.dll
|
|
Microsoft.VisualBasic.Core.dll
|
|
Microsoft.VisualBasic.dll
|
|
Microsoft.Win32.Primitives.dll
|
|
Microsoft.Win32.Registry.dll
|
|
mscorlib.dll
|
|
netstandard.dll
|
|
System.AppContext.dll
|
|
System.Buffers.dll
|
|
System.Collections.Concurrent.dll
|
|
System.Collections.dll
|
|
System.Collections.Immutable.dll
|
|
System.Collections.NonGeneric.dll
|
|
System.Collections.Specialized.dll
|
|
System.ComponentModel.Annotations.dll
|
|
System.ComponentModel.DataAnnotations.dll
|
|
System.ComponentModel.dll
|
|
System.ComponentModel.EventBasedAsync.dll
|
|
System.ComponentModel.Primitives.dll
|
|
System.ComponentModel.TypeConverter.dll
|
|
System.Configuration.dll
|
|
System.Console.dll
|
|
System.Core.dll
|
|
System.Data.Common.dll
|
|
System.Data.DataSetExtensions.dll
|
|
System.Data.dll
|
|
System.Diagnostics.Contracts.dll
|
|
System.Diagnostics.Debug.dll
|
|
System.Diagnostics.DiagnosticSource.dll
|
|
System.Diagnostics.FileVersionInfo.dll
|
|
System.Diagnostics.Process.dll
|
|
System.Diagnostics.StackTrace.dll
|
|
System.Diagnostics.TextWriterTraceListener.dll
|
|
System.Diagnostics.Tools.dll
|
|
System.Diagnostics.TraceSource.dll
|
|
System.Diagnostics.Tracing.dll
|
|
System.dll
|
|
System.Drawing.dll
|
|
System.Drawing.Primitives.dll
|
|
System.Dynamic.Runtime.dll
|
|
System.Formats.Asn1.dll
|
|
System.Formats.Tar.dll
|
|
System.Globalization.Calendars.dll
|
|
System.Globalization.dll
|
|
System.Globalization.Extensions.dll
|
|
System.IO.Compression.Brotli.dll
|
|
System.IO.Compression.dll
|
|
System.IO.Compression.FileSystem.dll
|
|
System.IO.Compression.ZipFile.dll
|
|
System.IO.dll
|
|
System.IO.FileSystem.AccessControl.dll
|
|
System.IO.FileSystem.dll
|
|
System.IO.FileSystem.DriveInfo.dll
|
|
System.IO.FileSystem.Primitives.dll
|
|
System.IO.FileSystem.Watcher.dll
|
|
System.IO.IsolatedStorage.dll
|
|
System.IO.MemoryMappedFiles.dll
|
|
System.IO.Pipelines.dll
|
|
System.IO.Pipes.AccessControl.dll
|
|
System.IO.Pipes.dll
|
|
System.IO.UnmanagedMemoryStream.dll
|
|
System.Linq.AsyncEnumerable.dll
|
|
System.Linq.dll
|
|
System.Linq.Expressions.dll
|
|
System.Linq.Parallel.dll
|
|
System.Linq.Queryable.dll
|
|
System.Memory.dll
|
|
System.Net.dll
|
|
System.Net.Http.dll
|
|
System.Net.Http.Json.dll
|
|
System.Net.HttpListener.dll
|
|
System.Net.Mail.dll
|
|
System.Net.NameResolution.dll
|
|
System.Net.NetworkInformation.dll
|
|
System.Net.Ping.dll
|
|
System.Net.Primitives.dll
|
|
System.Net.Quic.dll
|
|
System.Net.Requests.dll
|
|
System.Net.Security.dll
|
|
System.Net.ServerSentEvents.dll
|
|
System.Net.ServicePoint.dll
|
|
System.Net.Sockets.dll
|
|
System.Net.WebClient.dll
|
|
System.Net.WebHeaderCollection.dll
|
|
System.Net.WebProxy.dll
|
|
System.Net.WebSockets.Client.dll
|
|
System.Net.WebSockets.dll
|
|
System.Numerics.dll
|
|
System.Numerics.Vectors.dll
|
|
System.ObjectModel.dll
|
|
System.Reflection.DispatchProxy.dll
|
|
System.Reflection.dll
|
|
System.Reflection.Emit.dll
|
|
System.Reflection.Emit.ILGeneration.dll
|
|
System.Reflection.Emit.Lightweight.dll
|
|
System.Reflection.Extensions.dll
|
|
System.Reflection.Metadata.dll
|
|
System.Reflection.Primitives.dll
|
|
System.Reflection.TypeExtensions.dll
|
|
System.Resources.Reader.dll
|
|
System.Resources.ResourceManager.dll
|
|
System.Resources.Writer.dll
|
|
System.Runtime.CompilerServices.Unsafe.dll
|
|
System.Runtime.CompilerServices.VisualC.dll
|
|
System.Runtime.dll
|
|
System.Runtime.Extensions.dll
|
|
System.Runtime.Handles.dll
|
|
System.Runtime.InteropServices.dll
|
|
System.Runtime.InteropServices.JavaScript.dll
|
|
System.Runtime.InteropServices.RuntimeInformation.dll
|
|
System.Runtime.Intrinsics.dll
|
|
System.Runtime.Loader.dll
|
|
System.Runtime.Numerics.dll
|
|
System.Runtime.Serialization.dll
|
|
System.Runtime.Serialization.Formatters.dll
|
|
System.Runtime.Serialization.Json.dll
|
|
System.Runtime.Serialization.Primitives.dll
|
|
System.Runtime.Serialization.Xml.dll
|
|
System.Security.AccessControl.dll
|
|
System.Security.Claims.dll
|
|
System.Security.Cryptography.Algorithms.dll
|
|
System.Security.Cryptography.Cng.dll
|
|
System.Security.Cryptography.Csp.dll
|
|
System.Security.Cryptography.dll
|
|
System.Security.Cryptography.Encoding.dll
|
|
System.Security.Cryptography.OpenSsl.dll
|
|
System.Security.Cryptography.Primitives.dll
|
|
System.Security.Cryptography.X509Certificates.dll
|
|
System.Security.dll
|
|
System.Security.Principal.dll
|
|
System.Security.Principal.Windows.dll
|
|
System.Security.SecureString.dll
|
|
System.ServiceModel.Web.dll
|
|
System.ServiceProcess.dll
|
|
System.Text.Encoding.CodePages.dll
|
|
System.Text.Encoding.dll
|
|
System.Text.Encoding.Extensions.dll
|
|
System.Text.Encodings.Web.dll
|
|
System.Text.Json.dll
|
|
System.Text.RegularExpressions.dll
|
|
System.Threading.AccessControl.dll
|
|
System.Threading.Channels.dll
|
|
System.Threading.dll
|
|
System.Threading.Overlapped.dll
|
|
System.Threading.Tasks.Dataflow.dll
|
|
System.Threading.Tasks.dll
|
|
System.Threading.Tasks.Extensions.dll
|
|
System.Threading.Tasks.Parallel.dll
|
|
System.Threading.Thread.dll
|
|
System.Threading.ThreadPool.dll
|
|
System.Threading.Timer.dll
|
|
System.Transactions.dll
|
|
System.Transactions.Local.dll
|
|
System.ValueTuple.dll
|
|
System.Web.dll
|
|
System.Web.HttpUtility.dll
|
|
System.Windows.dll
|
|
System.Xml.dll
|
|
System.Xml.Linq.dll
|
|
System.Xml.ReaderWriter.dll
|
|
System.Xml.Serialization.dll
|
|
System.Xml.XDocument.dll
|
|
System.Xml.XmlDocument.dll
|
|
System.Xml.XmlSerializer.dll
|
|
System.Xml.XPath.dll
|
|
System.Xml.XPath.XDocument.dll
|
|
WindowsBase.dll
|
|
<NUGET>/
|
|
castle.core/5.1.1/lib/net6.0/Castle.Core.dll
|
|
efcore.namingconventions/10.0.1/lib/net10.0/EFCore.NamingConventions.dll
|
|
fluentassertions/8.10.0/lib/net6.0/FluentAssertions.dll
|
|
humanizer.core/2.14.1/lib/net6.0/Humanizer.dll
|
|
mediatr.contracts/2.0.1/lib/netstandard2.0/MediatR.Contracts.dll
|
|
mediatr/14.1.0/lib/net10.0/MediatR.dll
|
|
microsoft.build.framework/18.0.2/ref/net10.0/Microsoft.Build.Framework.dll
|
|
microsoft.codeanalysis.common/5.0.0/lib/net9.0/Microsoft.CodeAnalysis.dll
|
|
microsoft.codeanalysis.csharp.workspaces/5.0.0/lib/net9.0/Microsoft.CodeAnalysis.CSharp.Workspaces.dll
|
|
microsoft.codeanalysis.csharp/5.0.0/lib/net9.0/Microsoft.CodeAnalysis.CSharp.dll
|
|
microsoft.codeanalysis.workspaces.common/5.0.0/lib/net9.0/Microsoft.CodeAnalysis.Workspaces.dll
|
|
microsoft.codeanalysis.workspaces.msbuild/5.0.0/lib/net9.0/
|
|
Microsoft.CodeAnalysis.ExternalAccess.RazorCompiler.dll
|
|
Microsoft.CodeAnalysis.Workspaces.MSBuild.dll
|
|
microsoft.codecoverage/18.5.1/lib/net8.0/Microsoft.VisualStudio.CodeCoverage.Shim.dll
|
|
microsoft.entityframeworkcore.abstractions/10.0.8/lib/net10.0/Microsoft.EntityFrameworkCore.Abstractions.dll
|
|
microsoft.entityframeworkcore.design/10.0.7/lib/net10.0/Microsoft.EntityFrameworkCore.Design.dll
|
|
microsoft.entityframeworkcore.inmemory/10.0.8/lib/net10.0/Microsoft.EntityFrameworkCore.InMemory.dll
|
|
microsoft.entityframeworkcore.relational/10.0.7/lib/net10.0/Microsoft.EntityFrameworkCore.Relational.dll
|
|
microsoft.entityframeworkcore/10.0.8/lib/net10.0/Microsoft.EntityFrameworkCore.dll
|
|
microsoft.extensions.caching.abstractions/10.0.8/lib/net10.0/Microsoft.Extensions.Caching.Abstractions.dll
|
|
microsoft.extensions.caching.memory/10.0.8/lib/net10.0/Microsoft.Extensions.Caching.Memory.dll
|
|
microsoft.extensions.configuration.abstractions/10.0.7/lib/net10.0/Microsoft.Extensions.Configuration.Abstractions.dll
|
|
microsoft.extensions.dependencyinjection.abstractions/10.0.8/lib/net10.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll
|
|
microsoft.extensions.dependencyinjection/10.0.8/lib/net10.0/Microsoft.Extensions.DependencyInjection.dll
|
|
microsoft.extensions.dependencymodel/10.0.7/lib/net10.0/Microsoft.Extensions.DependencyModel.dll
|
|
microsoft.extensions.logging.abstractions/10.0.8/lib/net10.0/Microsoft.Extensions.Logging.Abstractions.dll
|
|
microsoft.extensions.logging/10.0.8/lib/net10.0/Microsoft.Extensions.Logging.dll
|
|
microsoft.extensions.options/10.0.8/lib/net10.0/Microsoft.Extensions.Options.dll
|
|
microsoft.extensions.primitives/10.0.8/lib/net10.0/Microsoft.Extensions.Primitives.dll
|
|
microsoft.identitymodel.abstractions/8.14.0/lib/net9.0/Microsoft.IdentityModel.Abstractions.dll
|
|
microsoft.identitymodel.jsonwebtokens/8.14.0/lib/net9.0/Microsoft.IdentityModel.JsonWebTokens.dll
|
|
microsoft.identitymodel.logging/8.14.0/lib/net9.0/Microsoft.IdentityModel.Logging.dll
|
|
microsoft.identitymodel.tokens/8.14.0/lib/net9.0/Microsoft.IdentityModel.Tokens.dll
|
|
microsoft.testplatform.testhost/18.5.1/lib/net8.0/
|
|
Microsoft.TestPlatform.CommunicationUtilities.dll
|
|
Microsoft.TestPlatform.CoreUtilities.dll
|
|
Microsoft.TestPlatform.CrossPlatEngine.dll
|
|
Microsoft.TestPlatform.PlatformAbstractions.dll
|
|
Microsoft.TestPlatform.Utilities.dll
|
|
Microsoft.VisualStudio.TestPlatform.Common.dll
|
|
Microsoft.VisualStudio.TestPlatform.ObjectModel.dll
|
|
testhost.dll
|
|
microsoft.visualstudio.solutionpersistence/1.0.52/lib/net8.0/Microsoft.VisualStudio.SolutionPersistence.dll
|
|
mono.texttemplating/3.0.0/lib/net6.0/Mono.TextTemplating.dll
|
|
moq/4.20.72/lib/net6.0/Moq.dll
|
|
newtonsoft.json/13.0.3/lib/net6.0/Newtonsoft.Json.dll
|
|
npgsql.entityframeworkcore.postgresql/10.0.1/lib/net10.0/Npgsql.EntityFrameworkCore.PostgreSQL.dll
|
|
npgsql/10.0.2/lib/net10.0/Npgsql.dll
|
|
system.codedom/6.0.0/lib/net6.0/System.CodeDom.dll
|
|
system.composition.attributedmodel/9.0.0/lib/net9.0/System.Composition.AttributedModel.dll
|
|
system.composition.convention/9.0.0/lib/net9.0/System.Composition.Convention.dll
|
|
system.composition.hosting/9.0.0/lib/net9.0/System.Composition.Hosting.dll
|
|
system.composition.runtime/9.0.0/lib/net9.0/System.Composition.Runtime.dll
|
|
system.composition.typedparts/9.0.0/lib/net9.0/System.Composition.TypedParts.dll
|
|
system.diagnostics.eventlog/6.0.0/lib/net6.0/System.Diagnostics.EventLog.dll
|
|
xunit.abstractions/2.0.3/lib/netstandard2.0/xunit.abstractions.dll
|
|
xunit.assert/2.9.3/lib/net6.0/xunit.assert.dll
|
|
xunit.extensibility.core/2.9.3/lib/netstandard1.1/xunit.core.dll
|
|
xunit.extensibility.execution/2.9.3/lib/netstandard1.1/xunit.execution.dotnet.dll
|
|
|
|
[analyzerReferences]
|
|
<DOTNET>/packs/Microsoft.NETCore.App.Ref/10.0.7/analyzers/dotnet/cs/
|
|
Microsoft.Interop.ComInterfaceGenerator.dll
|
|
Microsoft.Interop.JavaScript.JSImportGenerator.dll
|
|
Microsoft.Interop.LibraryImportGenerator.dll
|
|
Microsoft.Interop.SourceGeneration.dll
|
|
System.Text.Json.SourceGeneration.dll
|
|
System.Text.RegularExpressions.Generator.dll
|
|
<DOTNET>/sdk/10.0.203/Sdks/Microsoft.NET.Sdk/analyzers/
|
|
Microsoft.CodeAnalysis.CSharp.NetAnalyzers.dll
|
|
Microsoft.CodeAnalysis.NetAnalyzers.dll
|
|
<NUGET>/microsoft.codeanalysis.analyzers/3.11.0/analyzers/dotnet/cs/
|
|
Microsoft.CodeAnalysis.Analyzers.dll
|
|
Microsoft.CodeAnalysis.CSharp.Analyzers.dll
|
|
<NUGET>/
|
|
microsoft.entityframeworkcore.analyzers/10.0.8/analyzers/dotnet/cs/Microsoft.EntityFrameworkCore.Analyzers.dll
|
|
microsoft.extensions.logging.abstractions/10.0.8/analyzers/dotnet/roslyn4.4/cs/Microsoft.Extensions.Logging.Generators.dll
|
|
microsoft.extensions.options/10.0.8/analyzers/dotnet/roslyn4.4/cs/Microsoft.Extensions.Options.SourceGeneration.dll
|
|
xunit.analyzers/1.18.0/analyzers/dotnet/cs/
|
|
xunit.analyzers.dll
|
|
xunit.analyzers.fixes.dll
|
|
|
|
[analyzerConfigFiles]
|
|
<DOTNET>/sdk/10.0.203/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevel_10_default.globalconfig
|
|
obj/Debug/net10.0/Workflow.Tests.GeneratedMSBuildEditorConfig.editorconfig
|