Custom Task Guide

Custom Task Guide

Add the getVersion Method

Add the getVersion Method

The getVersion method indicates the version of the task. The task author may need to version the task if any changes made to the task are no longer compatible with the previous version of the task. Multiple versions of a task can co-exist in
Managed File Transfer
. The code below shows the new method that you need to add to your class:
@Override public String getVersion() { return "1.0"; }

0 COMMENTS

We’d like to hear from you!