10-26-2006 11:34 AM
10-26-2006 05:11 PM
Now in the case of the review workflow give this result: a user auto-review.
I tried different ways to add another user as assignee, but the final result is always an error.
Can you please post an example (also in the Wiki)? I think the advance workflow is useless if a user has to repost everytime all the data.
10-27-2006 03:14 AM
Now in the case of the review workflow give this result: a user auto-review. What do you mean?If I use workflow.parameters["bpm:assignee"] = person; the person who is starting the workflow is also the reviewer.
I tried different ways to add another user as assignee, but the final result is always an error.I don't understand which form the person node must have in the javascritpt. I tried to print the person node of different users using the javascript. I obtained strings like this "workspace://SpacesStore/88f1a516-64d9-11db-b0fa-37ac322390ef".
I think the advance workflow is useless if a user has to repost everytime all the data.The problem is that if I use workflow, I don't want to leave the user the chance to start the process and to choose the reviewer. If you give this opportunity to users the workflow is completely useless. it doesn't force persons to do things in the right way.
10-27-2006 08:16 AM
If I use workflow.parameters["bpm:assignee"] = person; the person who is starting the workflow is also the reviewer.
I don't understand which form the person node must have in the javascritpt.
I also looked for ways to obtain a user node starting from username in the Javascript API but there's no way to do this, isn't it?
The problem is that if I use workflow, I don't want to leave the user the chance to start the process and to choose the reviewer.
Workflows are connected to content. But if I delete a document the workflows and tasks are not deleted.
10-27-2006 12:56 PM
I think we need to make life easier here by either adding people support to Javascript or allowing simple username strings. I'll look into providing one or the other - what is your preferred option? I quite like adding people support to Javascript, in particular getting hold of the space members (perhaps by space role).
It must be a javascript Node.
That's the point of the script, but accessing person nodes in javascript is not possible. So, there's a block.
10-27-2006 01:41 PM
Is there another way (also a "dirty" wat) to create a workflow.
10-28-2006 03:34 AM
10-30-2006 08:49 AM
var nodes = search.luceneSearch("@cm\\:userName:\"admin\"");
logger.log(nodes.length);
logger.log(nodes[0].name);
Tags
Find what you came for
We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.