Multiple assignees controls 2 Task alfresco workflow - workflow

I'm required to build a workflow to select two tasks.
first task parallel reviews.
second task one people review by use two assignee controls in one form
can I Do this?
error
I attach files below links
training.bpmn.xml
Model.xml
share-custom.xml
log.txt
Please help me
Thank you

Related

Alfresco workflow create user task dinamically

I have a custom workflow in Alfresco 5.2 community. I have a parallel user task assigned to a activiti:collection="mywf_reviewersAssignees", and that variable is chosen at the beginning of the workflow. All works fine.
Now, under some circumstances, while the reviewers are completing their task, I need to add another user to that collection, so that another user task is created.
I have managed to handle the "when" correctly, but I do not know how to create/add a user task.
In other words I need to "reassign" the task, extending the default Alfresco behavior. Instead of changing the task owner I need to close the previous user task and create a new one to the new user.
Is this possibile?, thanks
EDIT
I've read this link (How to assign Workflow to the new user of the group?) which suggest to use the candidateUsers variable, but I need all of the users complete their work, I can't have them as candidate and let only one to do their work
A similar question is asked here Create User Multi Instance Task Programatically, but unfortunately none answered

Is it possible to have a "Select All" option for a pickList input in AzureDevOps task?

In a custom Azure DevOps release task, for an input of type pickList, is it possible to have a Select All option?Is there a property to enable that inside task.json?
According to your description, seems you want a picklist in your task such as below:
Unfortunately, it's not supported for a multiple select picklist (include select all) right now.
Kindly refer our official task samples here.
You could also file a feature request. Our PM will regularly review any suggestions.

Jira - How do I force/mandate a comment on state change?

My project is trying to implement some more stringent processes within our use of JIRA.
One thing we would like to do is force/mandate that people add a comment on transition between certain states in the workflow.
For example, on setting a story to 'Complete' (final step in our process) we want to mandate that a comment is entered to act as a summary of the final tasks on the story.
This is because we have been finding a lot of stories and tasks have been going from a development stage to complete with very little commentary being applied.
Any help, greatly appreciated.
You need to add a new screen for your transition. That way, users will see the screen prior to change the transition. Check the steps in this document.

Deploy workflow processes in intalio server

I'm done building processes and intended to deploy into intalio server. it already success deployed,but the form that I've been develops using ajax form did not append to the workflow processes. anyone knows how to make that form appear on workflow processes?
both several task such as init process and create or complete already done. I've been assign role in workflow too. i create three types of form. submit form, validate form, and processing form. and the role was student, department, and academic.
the submit form already shows in monitoring workflow. and when I assign module to the specific user, in this case student, it already works. however, the rest of form (validate form and processing form) does not appear both in monitoring workflow and after assign to department and academic it doesnt not appear.
I think the process actually almost the same like the intalio tutorial. rite now, I make the user only two, student and department to make sure that the submit form and validate form run smoothly. but still, the validate form doesnt appear.
thanks
If you go into Administration>Monitoring>Processes. Can you see any of the processes in the Failed state? It sounds like the process is either failing or not getting to the point where that form would be triggered.
You can click on the number in that column and it takes you to a list of failed instances, or click on the number in the in progress column to get to instances still running. Click on the text in the Process column to get at the actual error. You can also see a diagram of the instance, this sometimes help to figure out where exactly it failed (clicking on the little gears in top left on the diagram colors the tasks that have been executed to green)
Hope this helps.
Cheers.

How to customize a workflow details page in Alfresco Share?

I want to modify the Share workflow details page (/share/page/workflow-details?workflowId=activiti$XXXXX). Specifically, I want to replace the column Type in the history tables with another one that will show the task title (adding it as a new column is a good solution too). I'm working with Alfresco Community 4.0e.
I read this wiki article Custom Share Workflow UI (section "Workflow Details Form"), but that is not the part of the page I need to change.
Any ideas, please?
You can see the columns I want to modify in this picture (see red squares):
For example, where it shows these values (task type):
Review
Workflow Task
...I want to print this (task name/title):
Quality Documents Review
Quality Documents Edition
To add new column or modify shown data, you should modify
currentTasksColumnDefinitions and historyColumnDefinitions in
workflow-form.js i.e, apache-tomcat\webapps\share\components\workflow\workflow-form.js.
To modify existing task title, you need to modify only in property
file namely workflow-messages.properties in apache-tomcat\webapps\alfresco\WEB-INF\classes\alfresco\workflow\workflow-messages.properties