Skip to content

raivolink/example-get-workitem-log

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Example: Get Workitems Logs

Simple example how to get data from Robocorp cloud using API calls.

*** Tasks ***
Generate Csv Files
    Get Single Process Runs And Save As Csv
    Get Process Runs For Workspace And Save As Csv

Log processes in workspace
    ${API_data}    List processes in workspace
    ${API_Data}    Create Table    ${API_Data}
    FOR    ${process}    IN    @{API_data}
        Log    ${process}[name]    console=${True}
        Log    ${process}[id]    console=${True}
    END

Modify Single Process Run Data
    ${modified_data}    Get Single Process Run And Add Run Duration
    Write table to CSV    ${modified_data}    ${OUTPUT_DIR}${/}mod${CURRENT_DATE}.csv

Learning materials

About

Get data from Robocorp Cloud with API

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published