workflow


Related Questions
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
  13492 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
  3107 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
  1806 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
  2726 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
  1797 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
  1824 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
  4561 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
  1867 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
  3281 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
  3096 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
  1891 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
  1420 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
  1307 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
  3518 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
  1942 views