Jenna Makin · Dec 1, 2015 go to post

This suggestion solved my problem.

 

WorkflowPurge

            s c=0

            &sql(DECLARE tieCursor CURSOR FOR

            SELECT

            ID into :ID

            FROM EnsLib_Workflow.TaskResponse)    

            &sql(OPEN tieCursor)

            FOR

            {

                        &sql(FETCH tieCursor)

                        Quit:SQLCODE

                        w !,ID

                        s c=$G(c)+1

                        s tTask=##class(EnsLib.Workflow.TaskResponse).%OpenId(ID)

                        set tSC = ##class(EnsLib.Workflow.Engine).CompleteTask(tTask)

                       

            }

            &sql(CLOSE tieCursor)

Jenna Makin · Nov 9, 2015 go to post

So I finally found the place to add code packages under My Content -> My Collaborations.  It seems that it would be more intuitive if when I searched for code packages, if I didnt find what I was looking for that I should be able to add something right there.  

 

As someone who might post a code package I would probably want to see if it already existed first, and then if it didnt already exist then I would have the option to add it.