hi, i am trying to complete some workitems programmatically.i mean by clicking a button calls method of workitem and workflow methods(acquire,resume,resume all etc.) The runtime states table of the workitems and runtime states of workflow which the workitem depends on is below:
Workflow Runtime State Workitem Runtime State
------------------------------------ -------------------------------------
1(Running) 5(APaused)
---------------------------------------------------------------------------------------------
1(Running) 0(Dormant)
----------------------------------------------------------------------------------------------
1(Running) 1(Acquired)
My problem is:
1-Which Runtime state pair can be completed by using(acquire,resume, complete etc.) and what is this methods?
2- which method(acquire,resume, complete and what else?) changes the workflow and workitem runtime states to which runtime state?
Best Regards.