Resuming current flow dynamically from activity
We have a requirement to create and update cases in an Activity based on the REST service data. For each update on the case, need to resume the current flow such that it should move automatically to the next step/stage based on the when condition. Want to use ResumeFlow API but flowName and flowAction are mandatory inputs. Which properties defines these two values on the current case, since we want to resume current flow for every update? Is there any other way to handle this scenario.