Important Note

This space contains files and text snippets that are used throughout the Scheer PAS documentation.
This content is not meant to be read independently from the rest of the documentation.

Oops, it seems that you need to place a table or a macro generating a table within the Table Filter macro.

The table is being loaded. Please wait for a bit ...

GroupNameExcerptUsage
Action ScriptActionScript_Calculations_Example

ActionScript_Calculations_Example

Click the icon to download a simple example model that shows how to use Action Script to perform simple Integer, Float and DateTime calculations with Scheer PAS Designer.
Action ScriptActionScript_Time_Conversions_Example

ActionScript_Time_Conversions_Example

Click the icon to download a simple example model that different possibilities for DateTime conversions with Scheer PAS Designer.
Activity Diagram

Activity_Decision_Example

Activity_Decision_Example

Click the icon to download a simple example model that shows how to use decisions in activity diagrams with Scheer PAS Designer.
Activity Diagram

Activity_Loop_Example

Activity_Loop_Example

Click the icon to download a simple example model that shows how to model a loop in activity diagrams with Scheer PAS Designer.
AdaptersFilesystemAdapter_ProductExport_Example

FilesystemAdapter_ProductExport_Example

Click the icon to download a simple example model that shows the usage of the Filesystem adapter in Scheer PAS Designer.
AdaptersFlatFileAdapter_Hierachic_Example

FlatFileAdapter_Hierarchic_Example

Click the icon to download a simple example model that shows how to compose a hierarchic flat file with the Flat File adapter in Scheer PAS Designer.
AdaptersFlatFileAdapter_ProductExport_Example

FlatFileAdapter_ProductExport_Example

Click the icon to download a simple example model that shows the usage of the Flat File adapter in Scheer PAS Designer.
AdaptersFlatFileAdapter_Quotes_Example

FlatFileAdapter_Quotes_Example

Click the icon to download a simple example model that shows the usage of a quote character with the Flat File adapter in Scheer PAS Designer.
AdaptersJSONAdapter_Example

JSONAdapter_Example

Click the icon to download a simple example model that shows the usage of the JSON adapter (classToJSON) in Scheer PAS Designer.
AdaptersMemoryAdapter_GuessingGame_Example

MemoryAdapter_GuessingGame_Example

Click the icon to download a simple example model that shows the usage of the Memory adapter in Scheer PAS Designer.
AdaptersMemoryAdapter_HashMap_Example

MemoryAdapter_HashMap_Example

Click the icon to download a simple example model that shows the usage of the Memory adapter with hash maps in Scheer PAS Designer.
AdaptersMongoDBAdapter_CustomerData_Example

MongoDBAdapter_CustomerData_Example

Click the icon to download a simple example model that shows the usage of the MongoDB adapter in Scheer PAS Designer.
AdaptersRESTAdapter_BlobContent_Example

RESTAdapter_BlobContent_Example

Click the icon to download a simple example model that shows how to handle Blob content with a REST call in Scheer PAS Designer.
AdaptersRESTAdapter_CallProcessWithRoles_Example

RESTAdapter_CallProcessWithRoles_Example

Click the icon to download a simple example model that shows how to call a subprocess from a parent process with a REST call in Scheer PAS Designer with special considerations of role handling.
AdaptersRESTAdapter_SupportManager_Example

RESTAdapter_SupportManager_Example

Click the icon to download a simple example model that shows the usage of the REST adapter in Scheer PAS Designer.
AdaptersS3Adapter_ProductExport_Example

S3Adapter_ProductExport_Example

Click the icon to download a simple example model that shows the usage of the S3 adapter in Scheer PAS Designer.
AdaptersSAPAdapter_RFC_Example

SAPAdapter_RFC_Example

Click the icon to download a simple example model that shows the usage of the SAP adapter for RFCs in Scheer PAS Designer.
AdaptersSQLAdapter_Example

SQLAdapter_CustomerData_Example

Click the icon to download a simple example model that shows the usage of the SQL adapter in Scheer PAS Designer.

Adapters

Transformation_VerifyAddress_Example

Transformation_VerifyAddress_Example

Click the icon to download a simple example model that shows how to transform data on an object flow in Scheer PAS Designer.

AdaptersUrlAdapter_Example

UrlAdapter_Example

Click the icon to download a simple example model that shows the usage of the URL adapter in Scheer PAS Designer.

APIsRESTAPI_BlobContent_Example

RESTAPI_BlobContent_Example

Click the icon to download a simple example model that shows the implementation of a REST API that receives and returns Blob content with Scheer PAS Designer.
APIsRESTAPI_SupportManager_Example

RESTAPI_SupportManager_Example

Click the icon to download a simple example model that shows the implementation of a REST API with Scheer PAS Designer.
BPMNBPMN_End_Event_Example

BPMN_End_Event_Example

Click the icon to download a simple example model that shows what you can do with End Events in Scheer PAS Designer.
BPMNBPMN_Event_Example

BPMN_Event_Example

Click the icon to download a simple example model that shows what you can do with Events in Scheer PAS Designer.
BPMNBPMN_Start_Event_Example

BPMN_Start_Event_Example

Click the icon to download a simple example model that shows what you can do with Start Events in Scheer PAS Designer.
BPMNBPMN_Timer_Event_Example

BPMN_Timer_Event_Example

Click the icon to download a simple example model that shows what you can do with Timer Intermediate Events in Scheer PAS Designer.
FormsDataTable_ClickAction_Example

DataTable_ClickAction_Example

Click the icon to download a simple example model that shows how you can use the clickAction trigger event for data tables in Scheer PAS Designer.
FormsForm_CSS_Example

Form_CSS_Example

Click the icon to download a simple example model that shows how you can style forms with your own custom CSS in Scheer PAS Designer.

To be able to execute this example, you need to upload the sample CSS file example-ccs-acme.css as a resource to the File Manager.
You can download the CSS file here. Refer to Managing File Resources for more information on how to upload the file.

FormsForm_Custom_Directive_Example

Form_Custom_Directive_Example

Click the icon to download a simple example model that shows how you can use custom Angular directives on form elements in Scheer PAS Designer.
FormsForm_Data_Transfer_Example

Form_Data_Transfer_Example

Click the icon to download a simple example model that shows how you can transfer data between forms in Scheer PAS Designer.
FormsForm_Default_Value_Example

Form_Default_Value_Example

Click the icon to download a simple example model that shows how you can set default values dynamically on form elements in Scheer PAS Designer.
Forms Form_InitialDataLoading_Checkbox_Example

Form_InitialDataLoading_Checkbox_Example

Click the icon to download a simple example model that shows how you can initialize checkbox elements dynamically in a form.

FormsForm_Simple_Subform_Example

Form_Simple_Subform_Example

Click the icon to download a simple example model that shows how you can use subforms to display a standard header and footer in several forms.

FormsSimple_Data_Table_Example

Simple_Data_Table_Example

Click the icon to download a simple example model that shows how to use the data table element in Scheer PAS Designer.

FormsSimple_Form_Example

Simple_Form_Example

Click the icon to download a simple example model that shows how you can configure form elements in Scheer PAS Designer.
BPMNBPMN_Gateway_Example

BPMN_Gateway_Example

Click the icon to download a simple example model that shows what you can do with Gateways in Scheer PAS Designer.
JavaScriptJavaScript_PasswordGeneration_Example

JavaScript_PasswordGeneration_Example

Click the icon to download a simple example model that shows how you can use JavaScript in Scheer PAS Designer.



LibrariesCustomerAddress_Lib

CustomerAddress_Lib

Click the icon to download a simple example library that implements a simple address handling.

LibrariesUseLib_CustomerData_Example

UseLib_CustomerData_Example

Click the icon to download a simple example model that uses the CustomerAddress_Lib library.
MappingArray_Data_Mapping_Example

Array_Data_Mapping_Example

Click the icon to download a simple example model that shows how to implement array mappings in Scheer PAS Designer.
MappingArray_Mapping_With_Condition_Example

Array_Mapping_With_Condition_Example

Click the icon to download a simple example model that shows how to extract data out of an input array using a condition as an index to access a dedicated array element in Scheer PAS Designer.
MappingArray_Mapping_With_foreach

Array_Mapping_With_foreach_Example

Click the icon to download a simple example model that shows how to map array content for each array element to a target array in Scheer PAS Designer.
MappingSimple_Data_Mapping_Example

Simple_Data_Mapping_Example

Click the icon to download a simple example model that shows how to implement simple mappings in Scheer PAS Designer.
MappingXML_Serialization_Example

XML_Serialization_Example

Click the icon to download a simple example model that shows how to control XML mappings with stereotypes in Scheer PAS Designer.
MiscellaneousIdea_Management_Example

Idea_Management_Example

Click the icon to download a simple example model that shows what you can do with Lanes and Forms in Scheer PAS Designer. It also contains a configured instance list and shows the usage of trigger events.
MiscellaneousInstance_List_Example

Instance_List_Example

Click the icon to download a simple example model that shows the usage of the instance list in Scheer PAS Designer.
Miscellaneous

Read_User_Data_Example

where is it used?
Please enter page(s) in column Usage!

Read_User_Data_Example

Click the icon to download a simple example model that shows how to read the details of the current user in Scheer PAS Designer.

BPMNBPMN_Receive_Task_Example

BPMN_Receive_Task_Example

Click the icon to download a simple example model that shows what you can do with Receive Tasks in Scheer PAS Designer.
BPMNBPMN_Service_Task_Example

BPMN_Service_Task_Example

Click the icon to download a simple example project that shows what you can do with Service Tasks in Scheer PAS Designer.
BPMNBPMN_User_Task_Example

BPMN_User_Task_Example

Click the icon to download a simple example project that shows what you can do with User Tasks in Scheer PAS Designer.
MiscellaneousPersistentState_Query_Example

PersistentState_Query_Example

Click the icon to download a simple example project that shows how you can query process instances from another service in Scheer PAS Designer.
For this example to work, you also need to deploy the Simple_Order_Service.

  • No labels