Release notes
PROCESIO v1.0.2
3 min
api keys you can use an api key to access procesio api to perform a wide range of authenticated operations you can run a process, add, update, delete processes & access process related resources directly through the api https //docs procesio com/generate api key for authorization procesio sdk the procesio sdk makes it easier to interact with the procesio api from your application depending on the technology you are using we provided two ways for accessing your processes procesio sdk built with typescript procesio sdk built with c# https //docs procesio com/developers guide/procesio sdk integrating with procesio platform actions delay action delay action suspends the execution of the process before continuing with the execution of the next action https //docs procesio com/delay action map process data use map process data action to assign (map) value to a process variable you can use map process data to either give values to your process variable or to change the value of the process variable https //docs procesio com/map process data action numerical actions the numerical action folder contains actions that can be used while working with numbers operators such as add, subtract, divide, modulo operations are included in this folder https //docs procesio com/numerical actions string actions the strings action folder contains actions that can be used while working with strings actions such as\ stringtrim, string to upper, string starts with, string join, string nullorempty are included in this folder https //docs procesio com/string actions list actions the lists action folder contains actions that can be used while working with lists actions such as list add, list contains, list remove, list sort are included in this folder https //docs procesio com/list actions date time actions the datetime folder contains actions that can be used while working with dates actions such as week number, today, is weekend can be found in this folder https //docs procesio com/datetime actions converters action the converters folder contains actions that can be used while working with data that needs to converted https //docs procesio com/convert action
