You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
GIVEN that the new activity types (DialogDeleted, DialogRestored, SentToSigning, SentToFormFill, SentToSendIn, SentToPayment) have been added to the enum WHEN an service provider client attempts to create an activity with one of these new types THEN the system must successfully accept and store the new activity type in the database AND any attempt to include description or transmissionId fields for these activity types must be rejected (similar to the DialogCreated validation)
GIVEN that an activity of type DialogDeleted, DialogRestored, SentToSigning, SentToFormFill, SentToSendIn or SentToPayment exists in the database WHEN the activity is retrieved through an API call THEN the response must correctly return the new activity type AND the fields description and transmissionId must not be present
The text was updated successfully, but these errors were encountered:
Introduction
To better support Altinn 3, we need to add additional activity types to the enum
Description
These should be added. They should all have the same validation ie. "DialogCreated" (ie not allow description nor transmissionId to be set)
DialogDeleted
DialogRestored
SentToSigning
SentToFormFill
SentToSendIn
SentToPayment
Tasks
Threat modelling
Acceptance criteria
GIVEN that the new activity types (DialogDeleted, DialogRestored, SentToSigning, SentToFormFill, SentToSendIn, SentToPayment) have been added to the enum
WHEN an service provider client attempts to create an activity with one of these new types
THEN the system must successfully accept and store the new activity type in the database
AND any attempt to include description or transmissionId fields for these activity types must be rejected (similar to the DialogCreated validation)
GIVEN that an activity of type DialogDeleted, DialogRestored, SentToSigning, SentToFormFill, SentToSendIn or SentToPayment exists in the database
WHEN the activity is retrieved through an API call
THEN the response must correctly return the new activity type
AND the fields description and transmissionId must not be present
The text was updated successfully, but these errors were encountered: