Cancel editing a PendingFormSubmission based on the pendingTimestamp property. The function marks the submission as ready for processing by the pending queue
pendingTimestamp
const pendingTimestamp = '2020-07-29T01:03:26.573Z'await submissionService.cancelEditingPendingQueueSubmission( pendingTimestamp,) Copy
const pendingTimestamp = '2020-07-29T01:03:26.573Z'await submissionService.cancelEditingPendingQueueSubmission( pendingTimestamp,)
Cancel editing a PendingFormSubmission based on the
pendingTimestampproperty. The function marks the submission as ready for processing by the pending queueExample