Originally asked by Harold Oconitrillo on 06 July 2023 (original question)
State mapping
I am having problems with the following scenario:
I have a connection with two different workflows. In which flow one has “n” states that are mapped against a single state of flow b, called “test”. In addition to this, of the “n” states of flow “a” one of them is called “test”.
Something like this:
flow "a" - flow "b"
"State 1" - "test".
"State 2" - "test
"State 3" - "test
"test" - "test".
My problem is when the synchronization is generated - by a comment or another field - from the flow “b” and it is in the state “test” but in the flow “a” it is in another state - for example State 1 - and there is in the flow “a” a transition that connects State 1 with test.
If this case is generated, the ticket that is in the flow “a” changes the state to “test” by the state mapping of the connection.
Do you have any recommendation that does not implement changes in the workflow?