LocalEnvironment structure for connector input and request nodes
When a message is propagated by a discovery connector input node or a discovery connector request node, the output local environment is updated with details from the interaction with the remote service or server.
Input nodes LocalEnvironment
For input nodes, the local environment is as follows:
LocalEnvironment:
-> {connector type}
-> Input
-> object : The object specified on the node and used on the calls
-> action : The action specified on the node and used on the calls
-> policyProperty_1 : policyValue_1
-> policyProperty_2 : policyValue_2- Where the policyProperties fields are populated with the values that are configured in the policy (excluding the credentialName, applicationType, applicationVersion, or authenticationMethod properties, and the policy properties that have no value).
Request nodes LocalEnvironment
For request nodes, the local environment is as follows:
LocalEnvironment
-> WrittenDestination
-> {connector type}
-> object : The object specified on the node and used on the calls
-> action : The action specified on the node and used on the calls
-> isDeleted: true/false : this is present if the action is DELETEALL to say whether the DELETEALL action deleted anything
-> isUpdated: true/false : this is present if the action is UPDATEALL to say whether the UPDATEALL action updated anything
-> policyProperty_1 : policyValue_1
-> policyProperty_2 : policyValue_2- Where the policyProperties fields are populated with the values that are configured in the policy (excluding the credentialName, applicationType, applicationVersion, or authenticationMethod properties, and the policy properties that have no value).