PowerShell Workflows

Example

Your companies event management system can send changes of events, dates and times as CSV string to a web service. That's all. - But you need to update you SharePoint based calendar! - No problem with kenaflow: You can use a PowerShell workflow to have an http(s) endpoint for any data. This data is received by kenaflow and will be executed with the workflow script.

Getting Started Knowledge

During execution the workflow script gets the following objects

  • Workflow configuration
  • Config values (from _wfconfig.ps1)
  • Event data : data send using http endpoint of the workflow - if activated

You can use the PowerShell workflow to run the workflow script regularly. This makes it possible to perform recurring tasks.

PowerShell workflows are not connected to SharePoint or an e-mail mailbox.

PowerShell workflows can get data via http endpoints.