workflow
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
1720 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
1985 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
2681 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
2687 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
2293 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
1997 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
3962 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
2001 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
1884 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
5312 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
1639 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
1971 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
5700 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
2286 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
3176 views