externalSend
Hierarchy
- Interaction
- Send
Index
Methods
staticexternala
Parameters
externalrequest: Answerable<AxiosRequestConfig<any>>
Returns Interaction
externalinstantiationLocation
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
externalactor: AnswersQuestions & UsesAbilities & { name: string }
Returns Promise<string>
externaltoString
Returns a human-readable description of this object.
Returns string
externalperformAs
Parameters
externalactor: UsesAbilities & CollectsArtifacts & AnswersQuestions
Returns Promise<void>
Sends a
HTTPRequest
to a specified URL.The response to the request is made available via
LastResponse
.Send a GET request