Skip to content

Instantly share code, notes, and snippets.

View chaserb's full-sized avatar

Chase Barrett chaserb

View GitHub Profile
@chaserb
chaserb / WaitTaskTest.java
Last active January 3, 2024 16:12
Test Various ISO-8601 Duration Strings in Flowable Engine
package com.test;
import org.assertj.core.data.Offset;
import org.flowable.common.engine.impl.runtime.Clock;
import org.flowable.common.engine.impl.util.DefaultClockImpl;
import org.flowable.engine.HistoryService;
import org.flowable.engine.ManagementService;
import org.flowable.engine.ProcessEngineConfiguration;
import org.flowable.engine.RuntimeService;
import org.flowable.engine.impl.test.JobTestHelper;