Skip to Content.
Sympa Menu

grouper-users - Re: [grouper-users] Launching loader job via web service

Subject: Grouper Users - Open Discussion List

List archive

Re: [grouper-users] Launching loader job via web service


Chronological Thread 
  • From: "Black, Carey M." <>
  • To: "Poddar, Amit" <>, "" <>
  • Subject: Re: [grouper-users] Launching loader job via web service
  • Date: Thu, 3 Dec 2020 01:39:06 +0000
  • Arc-authentication-results: i=1; mx.microsoft.com 1; spf=pass smtp.mailfrom=osu.edu; dmarc=pass action=none header.from=osu.edu; dkim=pass header.d=osu.edu; arc=none
  • Arc-message-signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=microsoft.com; s=arcselector9901; h=From:Date:Subject:Message-ID:Content-Type:MIME-Version:X-MS-Exchange-SenderADCheck; bh=Px548fKNXFDeZ5XhUu62XeWiYLh1sA6kQgD6NmNV7W4=; b=jSnobKYvkGfHeX9xgCDSlkIh0Dwwq8KaBOMVfz0kpvMfeboRlhUK/zXGSz95UQMYgVRyxQx1zTruincbC7oooeARQyt6jy9H+nVtJbKGV51RVmoehMs7v+aKMRolY/vwAXsszP9BbldsjwAnrMOqvetqWPxCGFh8+CF2wv9AQHyfLJJ3RZuNAUgmL8cC0zEA2zFBuU7bpPy12So3cIStx7o+IVDpt0NUxXWn1G1Q5y2qjsSY87wuM5iqzKHsl4nGRijJOE9pGTPMzQgJT3smNj29hH5WUH7WU2Q0aYfNOl13QducsqBzCXWolHwnC2Gcz6Ujfw7tY4fPiY/eAejkKw==
  • Arc-seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=cSkbl+7tUH4BJHBsyo+B2M3/IV4Rjg7xYSKk15zwa5hMVio6wy8XuAuw0T33Hy+uyUDRlARsiOYVRhMwenqYv2eyNVnsyGaR+mZWxdNRdohlYzFN8qPJMAv88rr8cAzQi+g/TPGjFi+dKF8f4AjD3KwCl9QMwAF/SR8H376S0r289AEavbanxcG+Z/KAI3IFZnTyDGAQ6xOtGWe+ahzRWjxBQjuZ+zisNfF1wcrMvtzDga2vydvE0q4eveoxT2egkt6uCEEnzLpzpl+bdnvhRTvpgHzEnizco+Mw9CZuxXYdm8I7KKBhdTst85Pc9wNcNDesrCaycw/+SGpJ/gNJog==

You did not specify the version of grouper you are using.

 

In Grouper v2.5.23+ I would go this way:

 

https://spaces.at.internet2.edu/pages/viewpage.action?pageId=166661325

 

Basically you can create a GSH script that can kick off loader jobs for you.

 

If you really want to drive it with WebServices, then you could have the GSH script watch attributes on a folder/group, etc… and use the WebServices to set the attribute values to control the state/step/process that the gsh script will do next. ( yes the GSH script will run on a cron cycle, but you should be able to get the job done that way.

 

HTH.

 

 

-- 

Carey Matthew

 

From: <> on behalf of "Poddar, Amit" <>
Reply-To: "Poddar, Amit" <>
Date: Wednesday, December 2, 2020 at 7:28 PM
To: "" <>
Subject: [grouper-users] Launching loader job via web service

 

Hi,

 

Is there a way to launch loader jobs via grouper web services?

 

We have a situation where we want to create a dependency chain of a set of jobs, and grouper does not provide any way out of the box to implement this dependency chain. We were thinking about using an external script and use grouper web services to launch the jobs. Is this possible? or is there any better way?

 

Thanks,

Amit




Archive powered by MHonArc 2.6.19.

Top of Page