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
  722 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
  1372 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
  1621 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
  1964 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
  1569 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
  1931 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
  1758 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
  2044 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
  3195 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
  2392 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
  2129 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
  4444 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
  2079 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
  1846 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
  1686 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
  13497 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
  3117 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
  1811 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
  2735 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
  1801 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
  1829 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
  4569 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
  1873 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
  3288 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
  3107 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
  1898 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
  1425 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
  1309 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
  3526 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
  1947 views

hello, I wanted to hide to user a widget if no workflow task was current for him. I found this very good documentation about displaying things depending on “workflow or not workflow in process” ...
  0 votes
  1 answers
  0 comments
  1660 views

Hello, I just tested some interessant thing for me: I got a document that is completed by a workflow. This document got version archived during workflow process. If I came back on an old version, I was supposing that the workflow-Doc was saved too ...
  0 votes
  1 answers
  0 comments
  1917 views

I'm starting a workflow programmatically and want to save the id of the newly created route document in a variable in my workflow. I have done this: String workflowId = startWorkflow(workflowName,list,map); //my custom method returns ...
  0 votes
  1 answers
  1 comments
  2597 views

Hello, I'm stuck on a bug in nuxeo studio interface. We are using “grouper” convention naming group that is app:appName:groupOfMe The problem is about workflow in Nuxeo Studio. You are supposed to use group:nameOfMyGroup for “assignees” on a task. ...
  0 votes
  2 answers
  5 comments
  2601 views

Hi Anahide, I have defined a workflow variable of type Blob and when I use it in a task form (view mode), I want to set property value downloadLabel with my attached file filename. When I test my workflow, the label used is “Download” and I want to ...
  0 votes
  1 answers
  0 comments
  2213 views

I have a automation chain where starts a workflow over a document but when it document is edited I want to reset attached workflow. I guess I need cancel first workflow before initiate second workflow over same document. I want to know how could to ...
  1 votes
  1 answers
  2 comments
  1943 views

Hi, On Nuxeo 5.6, using Studio, about forms in accept/reject tasks : I would like through the workflow designer to make a field required, but only for the “accept” button and not for the “reject” one. I tried something by setting the required field ...
  1 votes
  2 answers
  11 comments
  3885 views

Hello, I have a worfklow var of type Blob. this var is set to an existant file (that has a fileName) When in a form I download this file, the file has no name and MOREOVER no EXTENSION…. Is it a bug in nuxeo workflow or did I miss something ? thanks
  0 votes
  1 answers
  0 comments
  1943 views

Hello, I use workflow nuxeo on nuxeo 5.6. I have a field “firstname” that user fill on a node form. I want to disable/transform “accents” when user fill this field. I through I could use js script or a run script with the good code if this solution ...
  1 votes
  1 answers
  0 comments
  1804 views

Hello, I want to set a Document var of type blob with a workflow var, in an automation chain, after selection of this var in a workflow form. This workflow var is not mandatory and that is the problem. 1) If I try “Update Property” but got an object ...
  1 votes
  2 answers
  4 comments
  5238 views

Hello, I work with workflow and created a task form with different fields, in nuxeo studio. I would like to know if it's possible to make a field of this form “mandatory” only if an other field is filled ? thank you
  0 votes
  1 answers
  0 comments
  1585 views

Hello, I use nuxeo workflow in nuxeo studio. I defined fields on a task. As “name”, “firstname”. I would like to force answers on this fields to “uppercase”. Is it possible on nuxeo studio ? thank you
  0 votes
  2 answers
  5 comments
  1918 views

Hello friends, I am currently designing workflows in Nuxeo Studio, I defined a workflow variable (comment_workflow). How I can get the contents of this comment and make a comment to the document in which the workflow is available? I want to use ...
  1 votes
  1 answers
  0 comments
  5631 views

Hello I create my own workflow which send a notification to validate a document. But an error occur and the mail isn't send : 2013-03-07 11:00:18,027 ERROR [freemarker.runtime] Expected hash. WorkflowVariables["valideur_dsi"] evaluated instead to ...
  0 votes
  2 answers
  0 comments
  2215 views

Hello, I have two questions. 1) In terms of workflow, is it possible to add a comment when a user validates the transition? I want that this comment will appear in the document history. 2) Is it possible to create a view based on the group? Let me ...
  0 votes
  3 answers
  2 comments
  3089 views

Hi, I currently have workflows displayed in list box provided by the workflow widget accessible from the file tab. Only one (default content routing one) is really launching a workflow. The 2 other default choice called “FDR MODE Graph” and “FDR ...
  0 votes
  1 answers
  0 comments
  1603 views

Hi, I have a workflow and I would like to complete steps without any action of the user. That means istead of going inside each document to click on the finish button, I would prefer to implement one common button relating to a list of documents, ...
  0 votes
  1 answers
  0 comments
  1858 views

In our process, we have a workflow where the tasks are assigned serially. However in one part of the process (not in the start node), two different groups have to work with the same document at the same time. Each group will have a different set of ...
  0 votes
  1 answers
  0 comments
  1827 views

After looking at the serial document workflow in v5.6 it appears if the number of rejects exceeds the number of validates the document is automatically sent to request_update task. Which upon exit, if not cancel, sets the “index” counter to zero. ...
  0 votes
  0 answers
  1 comments
  1732 views

I cannot see the Serial Document workflow (default) in Studio. I want to use v5.6 “Serial Document Workflow as a replacement for the “default” workflow to transition pre 5.6 custom document life cycles. Is this “Serial Document Workflow” of v5.6 ...
  0 votes
  1 answers
  0 comments
  2180 views