Inside Activate
Jobs and Tasks
How to create a new Job from a URL
4 min
v8 to start a new job in v8 use the following url syntax where 2 is the id of the task to start http //server/activate/starttask aspx?id=2 to find the id of a task in web studio, find the task in the explorer tree then click the general tab like this note settings below like showmenu or returnpage don't apply in v8 like they did in v7 v7 the starttask aspx page allows you to start a new job from a url the starttask aspx page accepts a parameter that identifies the task to start the task may be specified by activate path or internal id the activate path is the preferred method as the internal id of the task may change for example, if it is deleted and recreated to specify the task by path the task query parameter is used for example, the following url will start a task to reset a password if you wish to start a task by id then the 'id' query parameter can be used for example, the following url will start a task with the internal id of 2 this will fail if the task does not exist http //server/activate/starttask aspx?id=2 standard arguments the following standard arguments are also available true 220,220,221,100left unhandled content type left unhandled content type left unhandled content type unhandled content type left unhandled content type left unhandled content type left unhandled content type unhandled content type left unhandled content type left unhandled content type left unhandled content type unhandled content type left unhandled content type left unhandled content type left unhandled content type unhandled content type other arguments any other arguments are treated as values to be passed to the newly created job the argument name is expected to be path of the value stored into the arguments and the value of the argument to used as the value for example http //localhost/job/new?id=123\&user==//resources/users/\<guid> would start a new job with task 123 set the 'user' node in the arguments to "=//resources/users/\<guid>