i system out the runtime state of a workitem, it says 5(APaused(Acquired Paused)).
i am trying to acquire the workitem with acquire method but it throws an exception which says "
"
This operation is not allowed when the state is 'paused' for workitem "xyz"
then, i commented out the acquire row and tried to resume the paused workitem with "resume" method but at this time it gives an exception which says:
This operation is not allowed when the state is 'paused' for workitem 'xyz''.
i mean, first exception says that my workitem's state is 'paused' and second says that it is not 'paused' do you have any idea how to complete this workitem.
Best Regards.
please see the attached file the diagram, there, there is halt method but IDFWorkitem does not have a method named halt.what is the equavilant of the halt method?