-
Notifications
You must be signed in to change notification settings - Fork 24
Split DefaultTaskEvents in process engine into smaller interfaces and classes #471
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Split DefaultTaskEvents in process engine into smaller interfaces and classes #471
Conversation
| /// <inheritdoc/> | ||
| public async Task Initialize(string taskId, Instance instance, Dictionary<string, string> prefill) | ||
| { | ||
| _logger.LogDebug("OnStartProcessTask for {InstanceId}", instance.Id); |
Check failure
Code scanning / CodeQL
Log entries created from user input
src/Altinn.App.Core/Internal/Process/ProcessTasks/Common/ProcessTaskFinalizer.cs
Fixed
Show fixed
Hide fixed
6a14cf9 to
d0dacb0
Compare
src/Altinn.App.Core/Internal/Process/ServiceTasks/Interfaces/IServiceTask.cs
Show resolved
Hide resolved
39e7175 to
df559f6
Compare
df559f6 to
9c2729d
Compare
tjololo
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Some small nitpicking
src/Altinn.App.Core/Internal/Process/ServiceTasks/EformidlingServiceTask.cs
Outdated
Show resolved
Hide resolved
src/Altinn.App.Core/Internal/Process/ServiceTasks/PdfServiceTask.cs
Outdated
Show resolved
Hide resolved
9c2729d to
bdbc745
Compare
… classes. Restructuring of process task handling in general.
bdbc745 to
01e2fa3
Compare
|
|
Removing breaking-change label due to #613. |



Split DefaultTaskEvents in process engine into smaller interfaces and classes. Restructuring of process task handling in general.
Description
Most of the process task related functionality was implemented in one class. Splitting it up and laying the grounds for more advanced process tasks to come in the near future. Payment etc.
Related Issue(s)
Verification
Documentation