You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@syncope.apache.org by "Matteo Alessandroni (Jira)" <ji...@apache.org> on 2020/01/21 15:09:00 UTC

[jira] [Updated] (SYNCOPE-1535) Customize the order of the provisions of a resource according to the object classes

     [ https://issues.apache.org/jira/browse/SYNCOPE-1535?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Matteo Alessandroni updated SYNCOPE-1535:
-----------------------------------------
    Description: 
It would be useful to have a way to decide the order of the provisions while pulling from a resource according to the object classes.

E.g. I want to run a PullTask and want it to process the objects in the following order:
 # {{_ACCOUNT_}}
 # {{_PRINTER_}}
 # {{_GROUP_}}

The idea is to create a new Implementation to assign to a resource, so that every action of the Pull Tasks will process the provision objects according to the order specified in the implementation.

  was:
It would be useful to have a way to decide the order of the provisions while pulling from a resource according to the object classes.

E.g. I want to run a PullTask and want it to process the objects in the following order:
 # {{__ACCOUNT__}}
 # {{__PRINTER__}}
 # {{__GROUP__}}

The idea is to create a new Implementation to assign to a resource, so that every action of the Pull Tasks will process the provision objects according to the order specified in the implementation.


> Customize the order of the provisions of a resource according to the object classes
> -----------------------------------------------------------------------------------
>
>                 Key: SYNCOPE-1535
>                 URL: https://issues.apache.org/jira/browse/SYNCOPE-1535
>             Project: Syncope
>          Issue Type: Improvement
>          Components: console, core
>            Reporter: Matteo Alessandroni
>            Priority: Minor
>
> It would be useful to have a way to decide the order of the provisions while pulling from a resource according to the object classes.
> E.g. I want to run a PullTask and want it to process the objects in the following order:
>  # {{_ACCOUNT_}}
>  # {{_PRINTER_}}
>  # {{_GROUP_}}
> The idea is to create a new Implementation to assign to a resource, so that every action of the Pull Tasks will process the provision objects according to the order specified in the implementation.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)