Skip to main content

Manually clear the queue

Comments

1 comment

  • David Paras

    DELETE FROM au_processqueue

    To get the information of the queued process flows from table AU_TRANSACTIONDATA try executing the below query on your Log database:

    DELETE FROM au_transactiondata WHERE au_activitystatus = 'Queued'

    0

Please sign in to leave a comment.