Page 1 of 1

Workflow node with scripting

PostPosted:Wed Jul 07, 2010 7:27 pm
by Furgas
According to http://docs.jboss.org/jbpm/v3/userguide ... lling.html theres is a nodetype Node where you can write your own code to be executed by process engine. Also you can define events and actions.
Does OpenKM support nodetype Node, Events and Actions?
Can I use Java in there like here and what methods of OpenKM could be used inside those scripts?

Re: Workflow node with scripting

PostPosted:Wed Jul 07, 2010 7:33 pm
by pavila
Yes, OpenKM includes the jBPM 3.2.3 workflow engine.

Re: Workflow node with scripting

PostPosted:Wed Jul 07, 2010 7:37 pm
by Furgas
What OpenKM methods and variables are available for use in Java code attached to workflow Node or Action?

Re: Workflow node with scripting

PostPosted:Thu Jul 15, 2010 10:58 am
by pavila
You can call any OpenKM API method from these implementation classes.