AutoActivity is in Paused status

Vinod_Rajendra
edited October 30, 2013 in Documentum #1

I created a simple workflow like below

Start--manual1--Autoactivity1--manual2--End

The auto activity is just "dm_noop_method_java"

I started the workflow from DA. Got a task in inbox, click finished. And now I am expecting another task in inbox.

But the workflow has just Paused in Autoactivity.

If I run the Same workflow in another repository, it works perfectly.

Why is the workflow not running on the first repository.

Thanks,

Vinod R

Best Answer

  • Vinod_Rajendra
    edited October 30, 2013 #2 Answer ✓

    The workflow now works.

    Ran the below commands:

                    API> fetch,c,serverconfig

                    API> set,c,l,wf_agent_worker_threads

                    SET> 3

                    API> save,c,l

    Then, restart the Docbase .

    This solution was provided by EMC.

Answers

  • christopher.imes
    edited October 30, 2013 #3

    Please consider moving this question as-is (no need to recreate) to the proper forum for maximum visibility.  Questions written to the users' own "Discussions" space don't get the same amount of attention and can go unanswered for a long time.

    You can do so by selecting "Move" under ACTIONS along the upper-right.  Then search for: "Documentum" and select the very first result that comes up.  This will relocate it to the Developer Network subspace of the Documentum community.

     

    For further guidance on engaging with the communities for Documentum and related products, please refer to the

    IIG Communities Getting Started Guide.

    Seeing though that over 5 months has elapsed since you posted, maybe you have already found the answer (possibly opened up a ticket with support)?  If so, once relocated, consider sharing the resolution and also marking the question as "Answered" so that it can help others that have the same question.  If not, once relocated, it will then have more visibility by the community of dedicated customers, partners, and EMC employees that are eager to assist.

  • Vinod_Rajendra
    edited October 30, 2013 #4 Answer ✓

    The workflow now works.

    Ran the below commands:

                    API> fetch,c,serverconfig

                    API> set,c,l,wf_agent_worker_threads

                    SET> 3

                    API> save,c,l

    Then, restart the Docbase .

    This solution was provided by EMC.