Skip to main content

externalabstractExecuteScriptWithArguments

Allows for a script to be executed to be parametrised.

Learn more

Hierarchy

Index

Constructors

externalconstructor

Methods

externalinstantiationLocation

  • instantiationLocation(): FileSystemLocation
  • Returns the location where this Activity was instantiated.


    Returns FileSystemLocation

externaldescribedBy

  • Resolves the description of this object in the context of the provided actor.


    Parameters

    Returns Promise<string>

externaltoString

  • toString(): string
  • Returns a human-readable description of this object.


    Returns string

publicexternalabstractwithArguments

  • Instantiates this Interaction


    Parameters

    • externalrest...args: any[]

      Arguments to parametrise the script with

    Returns Interaction

externalperformAs