02-13-2009 09:30 AM
var workflow = actions.create("start-workflow");
workflow.parameters.workflowName="jbpm$FLUJO-OC";
workflow.parameters["bpm:workflowDescription"]=document.properties["custom:OD"];
workflow.execute (doument);
workflow.parameters["bpm:workflowDescription"]= workflow.id + document.properties["custom:OD"];
02-17-2009 05:05 AM
workflowInstance
Identifies an "in-flight" workflow (i.e. an instance of a workflow definition). This identifier is tied to the BPM engine supporting the workflow. The format is as follows:
bpmengine$instanceId
where:
bpmengine = identifier of BPM engine (specified in registration of engine)
instance = BPM engine specific identifer for a given workflow instance
e.g. jbpm$1234
02-18-2009 04:00 PM
02-18-2009 04:59 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.