The username associated with the account.
The password associated with the account.
A Promise which returns an object containing all the necessary informations for authentication, like token or refresh token.
The id of the instance. Can be obtained by publish
ing a process.
If true Promise will return result only after the process finishes executing, otherwise after the process starts executing.
The workspace associated with the instance. Optional.
A Promise which returns an object with they key instanceId.
The id of the process. Can be obtained from the PROCESIO platform.
Object which contains all the inputs needed to run a process from the PROCESIO platform. The key of map is the variable name set in the process from the PROCESIO platform. The value of the map is the value of said variable. If a variable is of type file, it's value should be an object with the key name and the value the name of the file
The workspace associated with the process. Optional.
A Promise which returns the instance of the process.
The id of the process. Can be obtained from the PROCESIO platform.
Object which contains all the inputs needed to run a process from the PROCESIO platform. The key of map is the variable name set in the process from the PROCESIO platform. The value of the map is the value of said input variable.
If true Promise will return result only after the process finishes executing, otherwise after the process starts executing.
The workspace associated with the process. Optional.
A Promise which returns an object with they key instanceId.
The id of the process. Can be obtained from the PROCESIO platform.
Object which contains all the inputs needed to run a process from the PROCESIO platform. The key of map is the variable name set in the process from the PROCESIO platform. The value of the map is the value of said input variable.
The workspace associated with the process. Optional.
A Promise which returns an object with they key instanceId.
The id of the instance. Can be obtained by publish
ing a process.
The name of the input variable.
The id of the file. Can be obtained on the publish
response in the in the variable
property.
The workspace associated with the instance. Optional.
A Response Promise which returns the id of the file.
Generated using TypeDoc
Authenticates the library and returns a token
You should await for the response of this method before proceeding with other methods from this library, as them are dependent on the response provided by the authentication.
Authenticate and log the obtained token