How to call subprocess macro in main process

sgnarkhede2016sgnarkhede2016 MemberPosts:152Contributor II
edited June 2020 inHelp
I'm calling subprocess in my main process but unable to access macro present in subprocess main process for further used

Answers

  • lionelderkrikorlionelderkrikor Moderator, RapidMiner Certified Analyst, MemberPosts:1,195Unicorn
    Hi@sgnarkhede2016,

    Mmhh, I have difficulties to understand what you mean.
    Can you provide your data, your process ans explain more explicitly what you want to do ?

    Regards,

    Lionel
  • sgnarkhede2016sgnarkhede2016 MemberPosts:152Contributor II
    if you have once process need to call another process then we execute process operator but if process you are calling contain macro then
    how to get these macro values in current process
  • lionelderkrikorlionelderkrikor Moderator, RapidMiner Certified Analyst, MemberPosts:1,195Unicorn
    @sgnarkhede2016,

    I'm not sure to understand, but maybe you can generate an attribute (viaGenerate Attributesoperator inside anHandle Exceptionsubprocess to avoid error(s) if the macro does not exist) and set the value
    of this attribute to the macro value.
    Then you can check in theBranchoperator if this generated attribute exists bysetting condition type=attribute available

    Hope this helps,

    Regards,

    Lionel
  • sgnarkhede2016sgnarkhede2016 MemberPosts:152Contributor II
    I am calling subprocess in my main process but unable to access macro generated in subprocess in my main process
  • lionelderkrikorlionelderkrikor Moderator, RapidMiner Certified Analyst, MemberPosts:1,195Unicorn
    @sgnarkhede2016,

    Can you share your process(es) (viaFile-->Export Process)and your data in order we can reproduce and understand what's going on ?

    Regards,

    Lionel
  • sgnarkhede2016sgnarkhede2016 MemberPosts:152Contributor II
    Sorry I can't share the process but I resolve above issue using filter and branch operator
    lionelderkrikor
  • lionelderkrikorlionelderkrikor Moderator, RapidMiner Certified Analyst, MemberPosts:1,195Unicorn
    OK,@sgnarkhede2016.

    Glad you have fixed this issue !

    Regards,

    Lionel
Sign InorRegisterto comment.