Skip to content

BlueprismWorld/Run-process-from-android

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 

Repository files navigation

Run-process-from-android

Run BP processes from android application.

This application is developed based on Link.

Screenshots.

Features

Run processes remotely.
Manage sessions remotely.
Send startup parameters and session variables rempotely.
Filter processes and sessions.
No ads

Prerequisites

Make sure Runtime resource pc and android device both in same network(alternatively use ngrok port forwarding for outside network). Make sure the target resource pc is running like below.
picture alt

Make sure under system tab "Session management enforces permissions of controlling user" option is diabled like below

picture alt Android versions:
Marshmallow 6 to latest version Tiramisu 13

How to login.

Server Url : enter target resource pc ip address and port no(default port no is 8181)
Ex: if target resource pc ip is 192.168.102.102
http://192.168.102.102:8181
Username & Password will be Blueprism username password.

How to set startup prameters.

In process tab select process and click on down arrow then enter startup parama in input field in below format.
Param Name,type,value
if you have more than one startup params you can enter seaparated by semicolon(;) like below
Param name,type,value;Param name,type,value;and so on...

How to send session variables.

As soon as you run the process session will create under sessions tab automatically, if process is having session variables automatically it will appear in session tab and under value you can change and click "sesnd session variable" button, if succesfully sent or not you will get confirmation popup, And also you can check current value of session variable by clicking "Get S Vars" button.

How to stop process.

Under session tab by using "stop" button stop the process(this will perform request stop make sure in process IsStopRequested() is implemented then only the process will stop).

ngrok - https://ngrok.com/download
If you found any bugs please mail to [email protected].

About

Run process using android application

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published