Hi, I am new to mendix, can you please tell me how we can switch upcoming activity to completed if the upcoming is completed. Thanks, Apurupa
asked
Apurupa Konathala
2 answers
0
Hi Apurupa,
Can you be more elaborate?
answered
Deepha Dharmalingam
0
In a microflow add an “Change object“-activity and set the value of the attribute ‘IsCompleted’ to true. You will also need to commit this change, either by setting the 'commit’ flag or adding a commit-activity later.