06-09-2010 06:05 PM
var task.workflow.getTaskById(<id>);
task.properties['bpm:comment'] = "Test";
06-10-2010 03:23 AM
task.parameters['bpm:comment'] = "Test";
var workflow = actions.create("start-workflow");
workflow.parameters.workflowName = "jbpm$ep:document";
workflow.parameters["bpm:workflowDescription"] = "description: you can write everything";
06-10-2010 07:33 PM
I'm not sure because I am a beginner but I think the correct code is like this:task.parameters['bpm:comment'] = "Test";
As this example (used for starting a workflow instance):var workflow = actions.create("start-workflow");
workflow.parameters.workflowName = "jbpm$ep:document";
workflow.parameters["bpm:workflowDescription"] = "description: you can write everything";
But I repeat… I'm not sure…try reading the workflow javascript apis…
06-14-2010 05:32 PM
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.