Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

https over http in docs #181

Merged
merged 1 commit into from
Nov 3, 2016
Merged

https over http in docs #181

merged 1 commit into from
Nov 3, 2016

Conversation

mbiarnes
Copy link
Contributor

No description provided.

@@ -10,7 +10,7 @@ Represents a script that should be executed in this process.
A Script Task should have one incoming connection and one outgoing connection.
The associated action specifies what should be executed, the dialect used for coding the action (i.e., Java, JavaScript or MVEL), and the actual action code.
This code can access any variables and globals.
There is also a predefined variable `kcontext` that references the http://docs.jboss.org/jbpm/v6.0.1/javadocs/org/kie/api/runtime/process/ProcessContext.html[ProcessContext] object (which can, for example, be used to access the current `ProcessInstance` or ``NodeInstance``, and to get and set variables, or get access to the ksession using ``kcontext.getKieRuntime()``). When a Script Task is reached in the process, it will execute the action and then continue with the next node.
There is also a predefined variable `kcontext` that references the https://docs.jboss.org/jbpm/v6.0.1/javadocs/org/kie/api/runtime/process/ProcessContext.html[ProcessContext] object (which can, for example, be used to access the current `ProcessInstance` or ``NodeInstance``, and to get and set variables, or get access to the ksession using ``kcontext.getKieRuntime()``). When a Script Task is reached in the process, it will execute the action and then continue with the next node.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not directly related to this PR, but we should not link 6.0.1 docs here.

@psiroky psiroky merged commit ec2050d into apache:master Nov 3, 2016
@mbiarnes mbiarnes deleted the httpsOverhttp branch January 5, 2017 14:15
mramendi added a commit that referenced this pull request Jun 15, 2022
* Quality improvements

* Convert property lists to tables for AMQ Streams intergation doc

* Peer review 1

* Peer review 2

* Build fix
mramendi added a commit that referenced this pull request Jun 15, 2022
* Quality improvements

* Convert property lists to tables for AMQ Streams intergation doc

* Peer review 1

* Peer review 2

* Build fix
mramendi added a commit that referenced this pull request Jun 17, 2022
* Quality improvements

* Convert property lists to tables for AMQ Streams intergation doc

* Peer review 1

* Peer review 2

* Build fix
csherrar pushed a commit to csherrar/kie-docs that referenced this pull request Jun 21, 2022
* Quality improvements

* Convert property lists to tables for AMQ Streams intergation doc

* Peer review 1

* Peer review 2

* Build fix
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants