1. Home
  2. Docs
  3. Microsoft Extensions
  4. LoadAndInvokeWorkflow

LoadAndInvokeWorkflow

Load and Invoke Workflow

  • This activity is used when we have to include an external assembly (.dll) in.

Properties

      Common

  • DisplayName (String)-The display name of the activity.

      Misc

  • Extensions (InArgument<IEnumerable<Object>>)
  • Input (InArgument<IDictionary<String,Object>>) accepts object of IDictionary.
  • Path (InArgument<String>) The path of xaml file to be invoked.
  • Local Assembly (InArgument<Assembly>) –
  • Result (OutArgument<IDictionary<String,Object>>)
  • Timeout (InArgument<TimeSpan>)time out for this particular activity
  • Private (Boolean)- If selected, the values of variables and arguments are no longer logged at Verbose level.

Example

  • Create a new Process and then click on Manage Packages. Now search for Activities.Extension in search bar. Install this package and click Save.
  • Then create a Sequence and inside it call Load and invoke workflow activity. Enter the required XAML path,timeout and input