I need to configure data waiting for the whole previous month. How to get the first day of last month in start-instance if the start is on 2nd of month?
<input-events>
<data-in name="WAIT_DS" dataset="DS">
<start-instance></start-instance>
<end-instance>${coord:current(-2)}</end-instance>
</data-in>
</input-events>
I found a solution: