Skip to content

fixing the issue with submitting the job that has already been submitted

Łukasz Szymański requested to merge fix/incorrect_submitJob_dev into proactive-dev

to fix the issue with submitting the job that has already been submitted the PlanType enum has been added to indicate what type of plan we are dealing with. Now only for PlanType.CONFIGURATION the job is submitted to ProActive.

Merge request reports