Search for solutions or post your questions. Let our community experts move you forward.
Hi everyone, I'm currently working on a state machine for the Merchant Portal in Spryker. I’ve defined a transition from state A to B, and in this transition, I’ve attached both a condition and a command. After debugging the flow, I noticed that the command is being executed before the condition, which is problematic in my…
Hi team, I need to trigger a data export command from the back office, but I'm not sure how to do it. The command works fine in Jenkins, but I need to run it from the back office.