OpenRPA.ElisRossum Activities
Authenticate User into Rossum Platform
Authenticate into the Rossum Platform using Rossum credentials and save the JWT token to a variable. Requires a configured account.
- Properties Parameters
DisplayName: Title of the activity in the sequence.Password: Password for the Rossum credentials.Result: Variable for saving the JWT token.Username: Username for the Rossum credentials.

Export File Data from Rossum Platform
Export data from the Rossum Platform annotation into a variable. Requires a JWT token and a Rossum Platform queue initialized into a variable.
- Properties Box
DisplayName: Title of the activity in the sequence.Fileurl: URL for the Rossum Platform annotation.Key: JWT token from the Auth Activity.Queue: URL attribute for the queue.Result: Variable for saving acquired data.

Get File Status on Rossum Platform
Gather the status of a Rossum Platform annotation and save it to a variable.
- Properties Parameters
DisplayName: Title of the activity in the sequence.Fileurl: URL for the Rossum Platform annotation.Key: JWT token from the Auth Activity.Result: Variable for the status.

Acquire Queues from Rossum Platform
Acquire all queues from the Rossum Platform and save them to a variable. Requires a JWT token.
- Properties Parameters
DisplayName: Title of the activity in the sequence.Key: JWT token from the Auth Activity.Results: Variable for the Queues[].

Upload File to Rossum Platform
Upload a file to a Rossum Platform queue and save the resulting URL.
- Properties Parameters
DisplayName: Title of the activity in the sequence.Filename: Absolute filepath of the file to upload.Key: JWT token from the Auth Activity.Queue: URL attribute for the queue.Result: Variable for the URL of the uploaded document.

Wait for File Status on Rossum Platform
Set workflow status to idle until the file status matches the provided status.
- Properties Box
DisplayName: Title of the activity in the sequence.Fileurl: URL for the Rossum Platform annotation.Key: JWT token from the Auth Activity.Result: Variable for the file status.Status: Status to match against.Timeout: Time interval to wait for status match.
