workflow


Related Questions
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
  1655 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
  1913 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
  2595 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
  2598 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
  2209 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
  1941 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
  3884 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
  1941 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
  1802 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
  5237 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
  1583 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
  1915 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
  5627 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
  2213 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
  3085 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
  1600 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
  1855 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
  1824 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
  1731 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
  2178 views

I have a workflow which has been initiated. Is it possible to change the name of the person assigned in a particular task or node? What is the best way to do it?
  2 votes
  2 answers
  3 comments
  2437 views

Do current v5.5 document lifecycles need to be changed to work with the new v5.6 workflow engine?
  0 votes
  1 answers
  2 comments
  2069 views

I followed the steps on the http://doc.nuxeo.com/display/Studio/One+step+validation+workflow+tutorial guide, then it apears on my Nuxeo DM, all the folders in my workflow definition (beta) appears under the domain… and do nothing. Also i dont know ...
  0 votes
  1 answers
  0 comments
  1603 views

I have recently installed Nuxeo 5.6 RC1. When I access the documents in DM module, the workflow tab is missing. I created a new document type through Nuxeo Studio but the workflow tab for it is also missing in DM. Please let me know if there are any ...
  0 votes
  0 answers
  4 comments
  1436 views

Bonjour, je crée de nouveaux documents dans un workspace, mais impossible d'avoir accès aux workflow. A chaque fois, l'onglet est vide et sur la page “Résumé”, il est indiqué “Aucun processus ne peut être démarré sur ce document.” Comment cela se ...
  0 votes
  1 answers
  1 comments
  1725 views

Hi all, I wanna use my own task like this : But what should I do to have the links in the xhtml content? The links like “Validate”, “Reject”… And I wanna follow my workflow after to add an other task “myTask2”… Thx.
  0 votes
  0 answers
  0 comments
  1729 views

I am hoping I am missing something obvious.. I have a document lifecycle defined. When a user submits a document, I want to automatically kick off a validation workflow to approve the document to move it to the next step in the lifecyle. I can use ...
  0 votes
  1 answers
  3 comments
  3181 views

Nuxeo doesn't show workflow tab when type document is Folderish. I need show this tab in my case
  0 votes
  1 answers
  3 comments
  2529 views

The documentation is poor and I do not know how to do it. I hope someone cant help me. Thanks
  1 votes
  4 answers
  4 comments
  4433 views

Hello, In Nuxeo DM I only can use a workflow for simple validation. So when i want to make a packaginig of task for differnt user i need to call another process. I test to create my own workflow and it work very well. But just a one deal that i need ...
  0 votes
  0 answers
  0 comments
  2012 views