Fixes and improvements for Dynamic & random schedule tasks #350
Merged
tcdlpds
merged 3 commits from charithag/device-mgt-core:task-fixes
into master
9 months ago
Loading…
Reference in new issue
There is no content yet.
Delete Branch 'charithag/device-mgt-core:task-fixes'
Deleting a branch is permanent. It CANNOT be undone. Continue?
Changes proposed in this PR required to rune below sql query for migration.
operationTimeoutConfig.getInitialStatus());
for (Activity activity : activities) {
for (ActivityStatus activityStatus : activity.getActivityStatus()) {
String operationId = activity.getActivityId().replace("ACTIVITY_", "");
Isn't it possible to move line number 94 to outside of the inner loop? Since it is getting from activity, I think it is possible.
done
32ac69872f
tod2ad8ac579
9 months ago09772dfd3f
into master 9 months agoReviewers
09772dfd3f
.