Starting job through App with "Kill after" option

Hello there!
I’d like to know if there is a direct way to schedule Job Start through App with indicating option like “Kill After” ?
I think the walkaround would be to use App to fill queue and then use queue trigger with Kill After option, but setting it directly will be much more convenient.
Any ideas?
Greetings!

@olgu ,

you can’t start job direct from apps. you can only add queue transaction from apps.

Thanks,
Arvind

Actually I can start it through Apps, for example when button is clicked.
But I was wondering if I can choose any extra properties for the job, except input arguments.

There are extra property if you want to pass as below but not what you expected.

@olgu

One way you can do is…start a job from app and then in that job use orchestrator api to schedule the job as you need

Cheers

What do you mean by that? Can i re-schedule the job that is already running by api ?

@olgu

Yes you can create or edit schedules

Check swagger - <OrchetsrtorURL>/swagger/index.html

cheers

1 Like