Guys,
have you ever successfully used standard ARIS reports to open a shell and execute Python program? If yes, which ARIS version have you used and can you share a code snippet please.
Thanks
Peter
Guys,
have you ever successfully used standard ARIS reports to open a shell and execute Python program? If yes, which ARIS version have you used and can you share a code snippet please.
Thanks
Peter
Luka Jelavić Šako on
Hi Peter,
I remember doing something similar by starting batch file.
Report would create a batch file with commands dynamically through the code and then execute it using the command:
Context.execute( "path to file" );
That was in some older versions of Aris. I don't exactly know which one. I think this method is not available any more.
Best regards,
Luka.