global class System_Blob_size {
- @InvocableMethod(label='System.Blob.size()' category='Flowpex System' iconName='slds:custom:custom79' description='Returns the number of characters in the Blob.')
+ @InvocableMethod(label='System.Blob.size()' category='Flowpex' iconName='slds:custom:custom79' description='Returns the number of characters in the Blob.')
global static List<Response> System_Blob_size (List<Request> requests) {
List<Response> responses = new List<Response>();
global class System_Blob_toPdf {
- @InvocableMethod(label='System.Blob.toPdf()' category='Flowpex System' iconName='slds:standard:form' description='Creates a binary object out of the given string, encoding it as a PDF file.')
+ @InvocableMethod(label='System.Blob.toPdf()' category='Flowpex' iconName='slds:standard:form' description='Creates a binary object out of the given string, encoding it as a PDF file.')
global static List<Response> System_Blob_toPdf (List<Request> requests) {
List<Response> responses = new List<Response>();
global class System_Blob_toString {
- @InvocableMethod(label='System.Blob.toString()' category='Flowpex System' iconName='slds:standard:text' description='Casts the Blob into a String.')
+ @InvocableMethod(label='System.Blob.toString()' category='Flowpex' iconName='slds:standard:text' description='Casts the Blob into a String.')
global static List<Response> System_Blob_toString (List<Request> requests) {
List<Response> responses = new List<Response>();
global class System_Blob_valueOf {
- @InvocableMethod(label='System.Blob.valueOf()' category='Flowpex System' iconName='slds:standard:default' description='Casts the specified String to a Blob.')
+ @InvocableMethod(label='System.Blob.valueOf()' category='Flowpex' iconName='slds:standard:default' description='Casts the specified String to a Blob.')
global static List<Response> System_Blob_valueOf (List<Request> requests) {
List<Response> responses = new List<Response>();