From link.
By Avinash Palavai, StraVis IT Solutions
Prerequisite : Should have basic idea of worklow and usage of container elements, container operation and Send Mail Steps.
1) Go to the t.code SWDD ( Workflow Builder ). By default, it opens the last developed workflow. So click on create to create a new Workflow. Below screen appears.
2) Double click the below shown item in the workflow container to create an element called Counter.
3) Then the below screen pops up and fill the screen as shown below,
4) Now create a step “Loop (Until)”.
5) Now the following screen of step “Loop Until” opens and set the condition as below, i.e. the loop runs until
6) Now your workflow appears as below,
7) Then create a “Send Mail” step on the “False” branch of step “Loop Until” as shown below,
8) Enter the following details in “Send Mail” step and click on Transfer and to graphic .
9) Give an abbreviation and name to the Task.
10) Now your workflow would look like below,
11) Then create a “Container operation” step on the same “False” branch of step “Loop Until” after the Send Mail step.
12) Build the below condition, to increment the counter element.
13) Now your workflow appears as below,
14) Save and activate the entire workflow and test it .
15) Click on in the below screen,
16) Go to your Business workplace (SBWP) and check the inbox. You will find two mails, as the counter is initially set to ‘1’ and loop runs for two times until Counter gets incremented to ‘3’ to satisfy the condition that was set in container operation.
相关推荐
【讯飞语音转文字demo】是一款基于科大讯飞核心技术的智能语音识别系统演示程序,其主要功能是将录制的语音转换成文字,为用户提供高效、准确的文字录入解决方案。这款应用广泛应用于会议记录、访谈整理、在线教育等...
A_working_demo_of_W5500_Ethernet_module_running_on_stm32f103-w5500.zipA_working_demo_of_W5500_Ethernet_module_running_on_stm32f103-w5500.zip A_working_demo_of_W5500_Ethernet_module_running_on_stm32...
这个"android 蓝牙spp和BLE转换 demo"是一个非常实用的应用示例,它允许用户在两者之间切换,进行数据收发和文件传输。下面我们将深入探讨这两种蓝牙协议及其转换。 1. **蓝牙SPP(Serial Port Profile)** - SPP...
opc client ua 与西门子plc通信Demo
标题中的“sample from siemens_DEMO_STEP7_parent9ev_源码”表明这是一个来自Siemens公司的DEMO项目,主要用于展示STEP7编程软件的功能。STEP7是Siemens为西门子S7系列PLC(可编程逻辑控制器)开发的一款专业编程...
IPC analysis on android with a demo (基于IPC实例分析android IPC机制) 代码分析,请参考:http://blog.csdn.net/safrans/article/details/6272652
This application report describes how to build a motion JPEG demo running on Texas Instruments DM6446 processor leveraging the JPEG codec combo and XDC tools provided with the DM6446 DVEVM/DVSDK ...
【iOS 360度旋转效果Demo】是一个用于展示如何在iOS应用中实现图像360度连续旋转的示例项目。这个Demo适用于iPhone 6.1设备,并且已经在该设备上进行了成功的测试。它通过使用`UIImageView`这一UI组件,来实现图片的...
agi stk vdf online demo
标题“GPS转百度坐标demo”暗示了我们需要讨论的是如何将由GPS获取的标准WGS84坐标转换为百度地图使用的坐标系。百度地图坐标系统是对原始GPS坐标进行了加密和偏移处理的,以便在其平台上显示位置信息。这个过程通常...
QQDemo是一款基于DUIEngine开发的应用程序示例,它展示了如何在Windows平台上构建具有丰富用户界面功能的应用。DUIEngine,或DirectUI,是腾讯公司推出的一种用户界面框架,主要用于提高应用程序的图形用户界面(GUI...
android 串口测试demo 代码简单 无bug 完美运行 android 串口测试demo 代码简单 无bug 完美运行 android 串口测试demo 代码简单 无bug 完美运行 android 串口测试demo 代码简单 无bug 完美运行 android 串口测试demo...
这个“经纬度转换Unity世界坐标Demo”提供了一个解决方案,允许开发者准确地将地理位置数据映射到Unity的3D场景中。 首先,我们来理解一下经纬度坐标系统。经纬度是地球上定位位置的标准方式,经度从0°到180°E和...
2. **加载模型**:使用AnyCAD提供的API加载三维模型文件,如STEP、IGES或 Parasolid格式的文件。加载完成后,模型数据会被存储在内存中,可供后续操作使用。 3. **显示模型**:在窗口或控件上创建一个视口,将模型...
The developer build a working instant message demo client and a working XMPP protocol component with Firemonkey and I am making them available. It does use the OXML library for Delphi which is also ...
在本文中,我们将深入探讨Netty 5.0官方提供的示例(demo),这些示例是学习和理解Netty核心概念与功能的重要资源。 1. **Netty的异步模型** Netty基于Java NIO(非阻塞I/O)构建,其核心是事件驱动和异步处理。在...
jquery分步操作插件step.js,代码注释全修改方便,网上基本链接都已经崩掉了,无法访问,幸亏本地有备份文件,这次放上来以供大家使用
3. 运行:Demo.java 右键,Run Demo.main() ## 使用简介 ### 初始化 ```java ImageClient imageClient = new ImageClient(APPID, SecretId, SecretKey); ``` ### 设置代理 根据实际网络环境,可能要设置代理,...
标题"\"C#编写将WORD转换为PDF的Demo\"\"指的是一个示例项目,它展示了如何在Visual Studio 2010(VS2010)中创建一个ASP.NET Web应用程序,该程序能够将Word文档转换为PDF格式。值得注意的是,由于该方法依赖于...
最近有个项目模块需要用到TCP Socket通讯,遇到了一个大坑,所以做了这个Demo。 本Demo主要实现了安卓(Android)TCP 客户端(Client)和服务器(Server)Demo的Socket通讯。以及对接硬件的项目数据在十六进制&&byte&&int...