AlimiThread testΒΆ

Note

You can find these scripts inside the folder pmis/STND_PMIS/test/console/example.
If you want to execute them, you can use the Jython Console from the devtool menu.

filename => ex15.py

from pmis.common.runnable import AlimiThread

alimi = AlimiThread('STND_PMIS', '123456', 'masterpmis')

alimi.program = 'STND'

taskexec = Beans.taskExecutor

taskexec.execute( alimi )