03-26-2019 04:36 AM
Is there a way to find out if a user has started a workflow ? (java functions)
Is it possible to use behaviours ?
03-26-2019 05:51 PM
1) Yes. WorkflowService#getWorkflows(WorkflowInstanceQuery) is the Java method for querying for workflows, including workflows started by user X.
2) It is always possible to use behaviours - the only question is: What for? Behaviours can be used to react to changes on nodes, but they cannot be used to react to events / changes in workflows (that is what Activiti TaskListener / ExecutionListener are for).
03-28-2019 03:36 AM
Thanks.
04-05-2019 03:44 AM
And for sites, are there any functions ?
Thanks.
04-24-2019 10:35 AM
Do you have any examples, how to make these ExecutionListener.
Thanks.
05-01-2019 07:37 AM
Apart from readily available documentation and tutorials, like Creating Custom Advanced Workflows in Alfresco, no.
Explore our Alfresco products with the links below. Use labels to filter content by product module.