06-24-2011 05:27 AM
var taskId = "jbpm$12";
var task = workflow.getTask(taskId); //workflowTask
logger.log( task.getProperties() );
07-07-2011 08:49 AM
var props = new Array();
var taskId = "jbpm$13";
props["bpm:description"] = "this is job for u";
props["today"] = new Date();
var added = scworkflow.setTaskProperties(taskId, props);
if (added) {
logger.log("Your properties added successful");
}
It is so easy, isn't it :wink:
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.