workflow


Related Questions
Hello, I have the simple property <xs:element name="para"> <xs:simpleType> <xs:list> <xs:simpleType> <xs:restriction base="xs:string" ref:resolver="userManagerResolver" ref:type="user"/> </xs:simpleType> ...
  0 votes
  1 answers
  2 comments
  713 views

Hello, I start an workflow to a document. I want to end a task programmatically. I have used endTask(CoreSession session, Task task, Map data, String status) . I also tried resumeInstance(String routeId, String nodeId, Map data, String status, ...
  1 votes
  0 answers
  0 comments
  1370 views

I need to create a workflow that will have 1-* approvals. It will vary depending on some parameters on a document. The approval schema is all or nothing. If one approver declines, the document is rejected. What's the best way to acomplish this? I'll ...
  0 votes
  1 answers
  0 comments
  1613 views

I'm using Nuxeo IDE 7.10 and i want to add Read privilege and some other modifications to Nuxeo-routing-default bundle without using Nuxeo Studio, how can i do this ?
  0 votes
  1 answers
  0 comments
  1959 views

Hi, i'm using Nuxeo 7.10 , i want to assign the Read permission to workflow paticipants automatically when they are choosed to participate on a Workflow. Can you tell how to do this ? The bundle / class / extension where i have to do my changes
  0 votes
  1 answers
  0 comments
  1567 views

I'm using Nuxeo IDE 7.10 and i'm trying some examples to discover the default workflow ( Serial / Parrallel document review ) so i'm wondering if the Edit permission granted by Workflow** is sufficient for participants to validate or reject the ...
  0 votes
  0 answers
  0 comments
  1923 views

I'm using Nuxeo IDE 7.10 and i'm looking for the Bundle contaning the java code / xml … related to workflow (Serial / Parallel document review), but i can't find it. Can you point me to the proper link ?
  0 votes
  1 answers
  0 comments
  1752 views

When running a workflow, people are able to see a “past workflow tasks” block in the document's Workflow tab. I'd like to customize what people see in the “Comments” column. How can I do that?
  0 votes
  1 answers
  0 comments
  2039 views

I want to execute an automatic diffusion workflow on an approved document. (the workflow uses start diffusion date and end diffusion date wrapped in document) The workflow works : it create proxies, delete them, no problem… Here is the problem : ...
  0 votes
  1 answers
  1 comments
  3189 views

Hi, We got an unpredictable error on a workflow, after a moveDocument operation. The next operation is FetchDocument and sometimes we got the error “Caught error: org.nuxeo.ecm.core.api.ClientException: Failed to get document” … (new path of the ...
  0 votes
  0 answers
  4 comments
  2387 views

Hello, Is there any way to make a workflow autostart, once a form is filled or a document is uploaded, that will be a serial approval workflow and if all, in this example 3 approvers accept the document gets moved to a separate folder ? Or something ...
  0 votes
  1 answers
  1 comments
  2126 views

Hi, We have the warning “[org.nuxeo.ecm.core.storage.sql.Selection] Selection hierarchy.name for id=… is getting big and now has size: 15000” since few weeks. What are we supposed to do with ? How the threshold have been choosen ? Is it a per ...
  0 votes
  2 answers
  4 comments
  4436 views

Hi, I've created a simple Workflow with a Node and two buttons (accept/reject). I try to request my node information specifically the availables buttons from a query automation but thoses params don't appear. The NXQL query is “ Select * from ...
  1 votes
  1 answers
  0 comments
  2073 views

Hello. I am trying to start a workflow (serial or parallel), but when I am assigning the participants, I get an error, and the workflow doesn't start. In the log I can see the following messages: javax.servlet.ServletException: On requestURL ... at ...
  0 votes
  1 answers
  3 comments
  1841 views

A workflow is defined in studio and launched through the UI the first task form does not appear on the summary or the worflow tab (no assignee), but it does appear on my dashboard Some time ago, i had experienced a bit with workflows, and i remember ...
  0 votes
  1 answers
  1 comments
  1681 views