I am trying to trigger a crobjob in Hybris to trigger twice in a day (12am and 12pm). I am trying to update the trigger like below, but getting error invalid. any help?
cronExpression '0 */12 * * *' was invalid Unexpected end of expression.
INSERT_UPDATE Trigger; cronJob(code)[unique=true]; active;cronExpression
; newTestCronJobOrderfi;true;0 */12 * * *
INSERT_UPDATE Trigger; cronJob(code)[unique=true]; active;cronExpression
; newTestCronJobOrderfi;true;0 */12 * * *