mvel


Related Questions
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
  3093 views

Hi. How can I use some condition statments in a Automation Chain? I found some explanation in this topic http://answers.nuxeo.com/questions/321/condition-in-an-automation-chain But, the “Execution Flow > Run Operation” is not present anymore on ...
  0 votes
  1 answers
  3 comments
  3300 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
  1889 views

Hello, I want to write about a newbie discover I did about test on “empty” value for advanced mode config tests as: http://doc.nuxeo.com/display/Studio/Control+the+display+mode+of+a+widget So the question was : How to not show a document field in a ...
  0 votes
  1 answers
  4 comments
  3164 views

Hello, I would like to know how to update a date field to a specific date as 12-12-2014 ? I try to use MVEL fn.date() but failed… thanks
  0 votes
  1 answers
  0 comments
  8202 views

Hello, Is it possible to get a label in a properties file with a MVEL code in an automation chain ? And how ? thank you
  0 votes
  1 answers
  2 comments
  2682 views

Hi, is there anyway to access the JbpmTaskActionsBean getCurrentDocumentTasks method from an automation chain ? There is no workflow process in studio, just tasks. If i use the create.task service using the “create one task per actor” options, how ...
  0 votes
  0 answers
  0 comments
  1459 views

Hi, i have a document type with a multi valued complex field (validation). The widget is in edit mode, but i don t want the user to be able to delete existing values, just add new ones. I guess i have to use some MVEL condition about the display ...
  0 votes
  1 answers
  1 comments
  4297 views