工作流程-条件分支
我正在为表单创建工作流程。
Form是审批表,需要4人审批,否则拒绝。
我可以得到工作的批准,但不能得到拒绝。
我正在使用 Designer 2007。
我的工作流程如下所示:
第 1 步: 条件:如果创建等于创建 操作:通过电子邮件通知所有审批者。
第 2 步:
条件:Else If TomR 等于 yes 如果 TomA 等于 yes 操作:向创建者发送电子邮件 然后发送电子邮件至...
从这里我使用与上述相同的步骤为其他 3 个审批者创建了条件分支。
我不相信我明显理解我在做什么。
I'm creating a workflow for a form.
Form is an approval form that requires 4 approvers or rejected.
I can get the approvals to work but not the rejections.
I'm using Designer 2007.
My work flow looks like this:
Step 1:
Condition: If Created equals created
Action:Email to notify all approvers.
Step 2:
Condition: Else If TomR equals yes
if TomA equals yes
Action: Send an email to creator
then send an email to...
From here I have created conditional branches for the other 3 approvers using the same steps as above.
I don't believe I'm understanding what I'm doing obviously.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
开箱即用的审批工作流程应该满足这一点吗? 有没有理由不这样做,而您需要自己构建?
The out of the box approval workflow should cater for this? Is there a reason that it does not and you need to build your own?