Page 1 of 1

Problems about lock the file

PostPosted:Tue Mar 05, 2013 8:27 am
by kyohand
I use Openkm 6.2.2 community
and , I can't lock my file,why?

Re: Problems about lock the file

PostPosted:Tue Mar 05, 2013 8:41 am
by kyohand
OK,I found ,select one and lock one,
can I select all and lock all

Re: Problems about lock the file

PostPosted:Wed Mar 06, 2013 9:38 pm
by jllort
You're talking about massive lock and unlock ? this feature is not still implemented in community edition.

Re: Problems about lock the file

PostPosted:Fri Mar 08, 2013 8:40 am
by kyohand
jllort wrote:You're talking about massive lock and unlock ? this feature is not still implemented in community edition.
thanks a lot.

Re: Problems about lock the file

PostPosted:Wed Sep 11, 2013 4:39 pm
by MikeW
Hello guys
I'm pretty new to openKM and looked the whole day trough the developer manuals regarding the workflows.
I'd like to lock a file with a workflow and unlock it when the workflow is done.

I've tried it with a node and the <action> and with the <script> function, but without success.
Would anyone of you help me out?
Code: Select all
<node name="node1">
		<action class="com.openkm.workflow.DocumentLockActionHandler"></action>
		<transition to="task-node1"></transition>
	</node>
Code: Select all
<node name="node1">
		<event type="node-enter">
			<script>com.openkm.workflow.DocumentLockActionHandler();</script>
		</event>
		<transition to="task-node1"></transition>
	</node>
Both doesn't work - I'm sure I made a stupid mistake...

Any help would be appreciated, thanks in advance.
Mike

PS: I'm using the most recent community edition.

Re: Problems about lock the file

PostPosted:Sat Sep 14, 2013 11:10 am
by jllort
Do not merge in same post differents questions that generates confusion. Please add other post for it.