Comment
21-10-2019
- Mark as New
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report
Hello,
This is something you can do by yourself by adding
- lock button to workflow form
- add new SOAP method to xtk:workflow schema and in js library
- add new field to xtk:workflow table eg. lockedBy where you would store operator id. Each time you press the button it will either lock the workflow or unlock
. - add sysfilter to xtk:workflow schema
<sysFilter name="writeAccess"> <condition enabledIf="$(lockedBy)!=0" expr="FALSE"/></sysFilter>