开发者

How to skip an activity's result for another activity than the subsequent activity in a sequential workflow?

开发者 https://www.devze.com 2023-04-08 17:55 出处:网络
I\'m with a sequential workflow, say with three activities 1. Get Images 2. Rotate Images 3. Flip Images

I'm with a sequential workflow, say with three activities 1. Get Images 2. Rotate Images 3. Flip Images

Now I want something like this, that for the 3rd activity, the input doesn't come from 2nd activity but from the 1st activity.

means, in 3rd activity, I want the original images to be flipped, den the rotated开发者_运维问答 images to be flipped.

thanks for the help in advance.

Regards


You could place the results of GetImages into a Sequence scoped collection variable, place the results of RotateImages into another Sequence scoped collection variable, then FlipImages could flip both the original images and the rotated images. That sounds to me like it would work...

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号