Developers' Guide
An Sequence Connector template is available here: https://gitlab.com/sequence/templates/sequenceconnector
Fork the project, then use the Rename-Template
script to update the
project name and namespace.
PS > ./Rename-Template.ps1 -Name 'ConnectorName' -Namespace 'Company.Product'
# The Rename-Template script is no longer needed:
PS > Remove-Item Rename-Template.ps1
To implement new Steps, use the included
ConvertJsonToEntity
as a starting point, updating the Run
method and adding any required step parameters.