Share all details about your problem, including any error messages you may have received.
Hello,
I have a custom workflow which presents forms to the users through quick link, if transient is set to false, work item forms get archived.
but if we change the transient to true, none of the work item forms get archived. Is there a way we can archive the work item forms when transient is set to true.
Hello, @daniel_neubert ,
Thanks for the response. We have requirement where we need to keep the work flow persistent incase user fills all the details in the form and waiting for some action. User will have to go back to form again and change the details in case required and submit again. If we keep the transient as false, this will keep all the workflow cases which are opened mistakenly as well.
We would like to avoid this situation and keep persistent only when required.
If I understand that correctly the WorkItem gets created and persisted in the database (in case transient==true) BUT the WorkItem is not “moved” to the WorkItemArchive afterwards.
This would also mean that the WorkflowCase is backgrounded as soon as the Approval/Form step is reached.