You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
So the arguments parameter could actually be made to require a string instead of a list (see below). This would make it easier for the user so they don't have to manually provide individual argument items. If a list is required within the activity class, then the string can be split into a list.
The shell activity in the ImageMagick example is defined as shown here:
Instead of passing a list for the arguments, a string can be split into a list of items such as:
So the arguments parameter could actually be made to require a string instead of a list (see below). This would make it easier for the user so they don't have to manually provide individual argument items. If a list is required within the activity class, then the string can be split into a list.
The text was updated successfully, but these errors were encountered: