sub process

1
0
-1

Hello guys,

I'm having a problem when I use call activity in a process and it calls another pool it does ,but the message it shows me "No task available ".

Thanks

Comments

Submitted by marcy.ira on Tue, 02/24/2015 - 16:17

Seems you didn't define good another pool. Does that second pool run normally by itself? What does your log say? Can you copy it here? It might be because of different actors.

Submitted by ahmedhey on Tue, 02/24/2015 - 19:10

the other pool run by itself no errors, what if that's not the same actor in the example travel planning the sub process called another with different actors?

Submitted by marcy.ira on Wed, 02/25/2015 - 08:50

Try to run process again, when you get to the call activity log in as that second actor, do the task and login again as first actor. If there are different users, you will get "No task available".

Or set same actors and test it. Can you copy the logs?

Submitted by ahmedhey on Thu, 02/26/2015 - 07:16

This is the logs..

2015-02-26 09:09:12 org.bonitasoft.engine.api.impl.ProcessStarter INFO: THREAD_ID=43 | HOSTNAME=aalgosaibi-PC | TENANT_ID=1 | The user <jan.fisher> has started the process instance <19> of process in version <1.0> and id <8008505938815897909> 2015-02-26 09:12:01 org.bonitasoft.engine.api.impl.transaction.process.DisableProcess INFO: THREAD_ID=42 | HOSTNAME=aalgosaibi-PC | TENANT_ID=1 | The user <helen.kelly> has disabled process in version <3.0> with id <8616567868831569483> 2015-02-26 09:12:01 org.bonitasoft.engine.api.impl.ProcessManagementAPIImplDelegate INFO: THREAD_ID=42 | HOSTNAME=aalgosaibi-PC | TENANT_ID=1 | The user <helen.kelly> has deleted process with id = <8616567868831569483> 2015-02-26 09:12:01 org.bonitasoft.engine.api.impl.transaction.process.DisableProcess INFO: THREAD_ID=42 | HOSTNAME=aalgosaibi-PC | TENANT_ID=1 | The user <jan.fisher> has disabled process in version <4.0> with id <7266596181910165396> 2015-02-26 09:12:01 org.bonitasoft.engine.api.impl.ProcessManagementAPIImplDelegate INFO: THREAD_ID=42 | HOSTNAME=aalgosaibi-PC | TENANT_ID=1 | The user <jan.fisher> has deleted process with id = <7266596181910165396> 2015-02-26 09:12:01 org.bonitasoft.engine.api.impl.transaction.process.DisableProcess INFO: THREAD_ID=42 | HOSTNAME=aalgosaibi-PC | TENANT_ID=1 | The user <jan.fisher> has disabled process in version <1.0> with id <8008505938815897909> 2015-02-26 09:12:01 org.bonitasoft.engine.api.impl.ProcessManagementAPIImplDelegate INFO: THREAD_ID=42 | HOSTNAME=aalgosaibi-PC | TENANT_ID=1 | The user <jan.fisher> has deleted process with id = <8008505938815897909> 2015-02-26 09:12:03 org.bonitasoft.engine.api.impl.ProcessAPIImpl INFO: THREAD_ID=42 | HOSTNAME=aalgosaibi-PC | TENANT_ID=1 | The user <helen.kelly> has installed process in version <3.0> with id <7529857611337345390> 2015-02-26 09:12:05 org.bonitasoft.engine.api.impl.ProcessAPIImpl INFO: THREAD_ID=42 | HOSTNAME=aalgosaibi-PC | TENANT_ID=1 | The user <jan.fisher> has installed process in version <4.0> with id <6091542143562587047> 2015-02-26 09:12:06 org.bonitasoft.engine.api.impl.ProcessAPIImpl INFO: THREAD_ID=42 | HOSTNAME=aalgosaibi-PC | TENANT_ID=1 | The user <jan.fisher> has installed process in version <1.0> with id <7245999788170430553> 2015-02-26 09:12:06 org.bonitasoft.engine.api.impl.transaction.process.EnableProcess INFO: THREAD_ID=42 | HOSTNAME=aalgosaibi-PC | TENANT_ID=1 | The user <jan.fisher> has enabled process in version <4.0> with id <6091542143562587047> 2015-02-26 09:12:06 org.bonitasoft.engine.api.impl.transaction.process.EnableProcess INFO: THREAD_ID=42 | HOSTNAME=aalgosaibi-PC | TENANT_ID=1 | The user <helen.kelly> has enabled process in version <3.0> with id <7529857611337345390> 2015-02-26 09:12:06 org.bonitasoft.engine.api.impl.transaction.process.EnableProcess INFO: THREAD_ID=42 | HOSTNAME=aalgosaibi-PC | TENANT_ID=1 | The user <jan.fisher> has enabled process in version <1.0> with id <7245999788170430553> 2015-02-26 09:12:08 org.apache.catalina.core.ContainerBase.[Catalina].[localhost].[/bonita].[jsp] FINE: Disabling the response for futher output 2015-02-26 09:12:15 org.bonitasoft.engine.api.impl.ProcessStarter INFO: THREAD_ID=41 | HOSTNAME=aalgosaibi-PC | TENANT_ID=1 | The user <jan.fisher> has started the process instance <21> of process in version <1.0> and id <7245999788170430553>

No answers yet.
Notifications