we have had instances where we had auto activites fail and a lot of times we were able to rerun the method or rerun using API commands like
resume,c, ... or restart,c, ....
but we have also had instances where the auto activity paused and we were not able to rerun the method by double clicking on the task through workflow history and rerun the method.
None of the API commands worked. Lot of time we kept getting this message
[DM_WORKFLOW_E_ACTION_NOT_ALLOWED] - This operation is not allowed when the state is acquired for workitemid ....
the workflow history for that task showed
<auto activity task name> Acquired Delegate <user name>
Normally the report would show
<task name> Finished Completed <user name>
All our auto activities are run under repository owner account.
Just wondering did anyone else experience such a behavior in their workflow history report ?? and what does that mean or why does that occur (for auto activity it goes into an acquired and delegate status).
I have also played around with changing the r_runtime_state in dmi_workitem to dormant etc ... or the r_runtime_state in dm_workflow to dormant, Failed etc ... but to no help.
Thanks in advance.