Unable to Create Child Jobs in Web Edition

2857
3
03-06-2015 06:38 AM
AmandaDeMedeiros
Esri Contributor

This may have been asked before, I downloaded the "ArcGIS JavaScript Viewer New" template from GitHub and I cannot create a child job from a workflow. I get this error when trying to execute the step.

Can not find step JTXDesktopSteps.CreateJobAdvanced

What can I do to work around this?

Amanda De Medeiros
Esri Canada
0 Kudos
3 Replies
TopeBello
Occasional Contributor III

Amanda,

Unfortunately, that step is desktop only step and wouldn't run on the web.

You can try using the JTXSteps.CreateJob, but it doesn't have all the settings/arguments that the CreateJobsAdvanced has. Basically, you can create a job from another job's workflow but it won't be able to set it as a child job.

Does this help?

Thanks,

Tope

0 Kudos
AmandaDeMedeiros
Esri Contributor

Is there anyway to have the first job retain the history of the created job?

Amanda De Medeiros
Esri Canada
0 Kudos
TopeBello
Occasional Contributor III

Yes, the history contains the job ID of job created. Would that work?

Thanks,

Tope