Skip to content

NuGet version 1.1.5 | Bundle version 1.1.20

Compare
Choose a tag to compare
@hongzli hongzli released this 16 Sep 23:37
· 61 commits to master since this release
7eb5008
  • New retry ability for the service provider manifest. Using this, customers can allow configuring retries on the custom service providers.

  • New connection parameters for connecting to DB2, so either connection parameters or the previous connection string field can be used.

  • Fixed parsing of string to TimeSpan in non en-US locales.

  • Adding the Host File Service Provider
    A new feature is added to the ServiceProvider by which a service provider implementer can provide additional function's trigger parameters which can not be updated by the user in the workflow definition. For example, if a service provider wants to add a default parameter and doesn't want user of trigger to override its behavior, that parameter can be added using this implementation.

    It can be achieved by implementing GetFunctionTriggerDefinition() method on the IServiceOperationsTriggerProvider interface. FunctionTriggerDefinition should be created appropriately by setting the function trigger type (TriggerType) and a dictionary of the additional parameters.