workflow
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
575 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
1259 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
1521 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
1872 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
1492 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
1792 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
1659 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
1919 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
3017 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
2281 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
2029 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
4311 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
1960 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
1727 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
1578 views
Hi I made an action starting a workflow on the document list selected items. The worflow on the documents is indeed launched but only appears in the dashboard By default, folderish documents do not have a workflow or summary tab where task forms ...
0 votes
0 answers
2 comments
13397 views
Hello, i'm working on an automation chain to execute at output of a workflow task node. As soon as I add a “pop/push document” operation in the chain, an exception is thrown when the workflow execute it. To be more precise, the exception is thrown ...
0 votes
1 answers
0 comments
2991 views
Hi all, In the workflow is defined a node with the multiple task flag. The node has defined some its own variables. How to access the variables in the output chain ? TaskInfo only provides some standard like status, comment etc. Best regards
0 votes
0 answers
2 comments
1680 views
Hi I'm still working on workflow customisation and there is one thing I don t get : I'm okay with workflow and node specific variables, but the special comment variable does not seem to have a studio equivalent : in a multiple task, it holds a value ...
1 votes
0 answers
3 comments
2616 views
Hi, I'm using the Nuxeo platform 5.9.3 and I currently am on the 30 day trial for Studio. I have followed the instructions in the documentation to create a simple workflow ...
0 votes
4 answers
0 comments
1694 views
Hello, I would like to know if the binarie files (type blob) added in a workflow variable would be physically removed when the workflow is finish ? thank you
0 votes
0 answers
2 comments
1732 views
When you start a workflow via REST ( Context.StartWorkflow operation), how can you get the workflowInstanceId context variable populated by the operation? The REST call returns the JSON document, but not this context variable.
0 votes
1 answers
0 comments
4462 views
Hi, I think this is a feature request but not sure where should I raise these. When a workflow is completed (parallel document review; and serial document review - validation), nuxeo sends a notification e-mail to the user that started the workflow ...
0 votes
0 answers
0 comments
1762 views
I have the following Automation Chain: Fetch -> Context documents Workflow Context -> Cancel Workflow | id = @{workflowInstanceId} I want to cancel this workflow, but I've got the following error chain Name: UA_Approved Exception: ...
0 votes
2 answers
1 comments
3144 views
I have the following Automation Chain: Fetch -> Context documents Execution Flow -> Run Chain | id = @{Document[“dcns-common:comments”] == empty ? “WF_Show_Warning_Chain” : “WF_Do_Something_Chain”} Workflow Context -> Cancel Workflow | id = ...
0 votes
0 answers
2 comments
2975 views
I have a Workflow Task. This Task(Workflow Node) has a button “Done”. When the user push the button “Done”, this Task verifies if the currentDocument has some File in a file content. If it's false, we have do raise a Error Message and restart the ...
0 votes
0 answers
1 comments
1793 views
Hi, How to select assignees who have a defined permission in a task definition? How can it be computed ? Best regards
1 votes
0 answers
0 comments
1351 views
Hello, Let's suppose I want to use specific policies to decide whenever a transition is taken or not after a task. For example, i want the aproval transition to be active if 80 % of the participants hit the 'aprove' button. Where should I look to ...
0 votes
1 answers
0 comments
1244 views
I have seen multiple references on how to programmatically complete a task, such as using Workflow.CompleteTaskOperation. However, I can't seem to find the correct REST call. Here's the REST endpoint that I am attempting to use: curl -X POST -u ...
0 votes
2 answers
0 comments
3389 views
Hello, When i build a participants assignation in an accept/reject node in a workflow in studio, by default, the validation process works in graph mode, that's to say serial validation, so the order of validation participants can be changed. In a ...
0 votes
1 answers
0 comments
1847 views