Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

In Workflow Studio, we use binding to pass data from one activity to another. Binding can be achieved in two ways: one way is to use the Binding Mapper, and the other is by writing custom C# code in the activities.

Bindings allow you to drag and drop properties from one activity to another using a built-in property mapper or binding mapper. Bindings are bi-directional.

...