Special execution tasks

Special execution tasks allow custom operations, for example, to implement functionality that isn't included in Tosca Cloud by default. To use them, create a .cs file and attach it to a manually created module. For guidance on creating special execution tasks, contact your customer success representative.

Special execution tasks must meet these requirements: 

  • Encode all .cs files in UTF-8.

  • Name the .cs file exactly as defined in the SpecialExecutionTask parameter at the module level.

  • Include one class of type SpecialExecutionTask in the .cs file (additional classes are allowed).