Forum Discussion

vpachpute1's avatar
vpachpute1
Frequent Contributor
7 years ago

To set some properies before running API request in env.properties file

Hi

 

I have one scenario that, before running renewal API request, needs to set following property

 

compare_usergroups_on_renewal=true

 

By default, it is sent as false. But there are some scenarios in which it needs to set as true.

1. This property needs to set in env.properties file which is at location:

/home/vishalpachpute/workspace/manifest-work-svn/us/dev/er_core_batch/appserver/er-core-batch-domain/environment/token/env.properties

 

can you please help me achieving this.

 

Regards

Vishal Pachpute

1 Reply

  • nmrao's avatar
    nmrao
    Champion Level 3
    1. Do you send property file along with request as attachment? If no, then do you just send that value in a request?

    2. Do you have a certain condition where you need to change the value?

    Anyways, you can use custom events feature, before step, add the required change conditionally. So, it won't impact for unwanted steps or cases.